index
:
site
add-home-app-readme
add-windows-guide
bad-lint-tester
bootcamp-updates
dependabot/github_actions/actions/checkout-5
dependabot/github_actions/astral-sh/setup-uv-7
dependabot/pip/django-5.1.13
dependabot/uv/django-simple-bulma-3.0.0
flask-archive
forms
forms-admin
forms-bootstrap
github-button
improve-performance
jb3/user-props-store
main
mgmt-cmd-kill-db-cnx
offensive-messages-patch
swfarnsworth/asking_good_questions
timeline-branch-copy
A mirrored copy of the python-discord/site repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Pipfile.lock
(
follow
)
Commit message (
Expand
)
Author
Age
Lines
*
Replace `markdown2` with `markdown` and `python-frontmatter`.
kosayoda
2021-03-24
-5
/
+38
*
Remove Github metadata feature.
kosayoda
2021-03-23
-221
/
+282
*
Merge remote-tracking branch 'up/dewikification' into guides-app
ks129
2020-10-30
-92
/
+129
|
\
|
*
Remove django-allauth from Pipfile.
Leon Sandøy
2020-10-04
-39
/
+1
*
|
Add dateutil dependency because datetime's fromisoformat don't work
ks129
2020-10-06
-1
/
+9
*
|
Relock Pipfile.lock
ks129
2020-10-06
-26
/
+4
*
|
Merge branch 'dewikification' into guides-app
Leon Sandøy
2020-10-05
-127
/
+23
|
\
|
|
*
Remove wiki and pygments from Pipfile.
Leon Sandøy
2020-10-04
-296
/
+153
*
|
Migrate content system from Python-Markdown to markdown2
ks129
2020-10-05
-39
/
+46
*
|
Install PyYAML for YAML files parsing
ks129
2020-09-19
-1
/
+1
*
|
Specify markdown package version
ks129
2020-09-19
-58
/
+1
*
|
Add markdown dependency to parse MD to HTML
ks129
2020-09-19
-176
/
+152
|
/
*
Add gitpython ~=3.1.7 as a dependency.
Leon Sandøy
2020-08-22
-90
/
+116
*
Relock with a newer version of pipenv
Leon Sandøy
2020-07-19
-10
/
+39
*
Set up url forwarding for the viewset.
Leon Sandøy
2020-07-15
-30
/
+1
*
Merge remote-tracking branch 'origin/master' into feat/deps/344/django-3.0
MarkKoz
2020-07-14
-13
/
+1
|
\
|
*
Removes django_crispy_forms dependency, too.
Leon Sandøy
2020-07-15
-9
/
+1
|
*
Removes django_crispy_bulma dependency.
Leon Sandøy
2020-07-14
-221
/
+198
*
|
Update dependency pins
MarkKoz
2020-07-14
-12
/
+30
*
|
Merge branch 'master' into feat/deps/344/django-3.0
MarkKoz
2020-07-14
-242
/
+264
|
\
|
|
*
Bump django from 2.2.11 to 2.2.13
dependabot[bot]
2020-06-06
-93
/
+90
*
|
Update to Django 3.0
MarkKoz
2020-03-21
-111
/
+107
|
/
*
Update dev dependencies
MarkKoz
2020-03-04
-91
/
+76
*
Install wiki from PyPI
MarkKoz
2020-02-23
-17
/
+25
*
Add sentry_sdk dependency
Joseph Banks
2020-02-21
-135
/
+155
*
Bump django from 2.2.6 to 2.2.8
dependabot[bot]
2020-01-05
-89
/
+89
*
Update dependency pinning
sco1
2019-10-20
-42
/
+51
*
Re-lock Pipfile due to merge with master
Gareth Coles
2019-10-06
-18
/
+17
*
Initial Allauth dependency and settings/urls
Gareth Coles
2019-10-03
-46
/
+82
*
Create custom manage.py entry point, remove scripts and merge Dockerfile.
scragly
2019-09-28
-13
/
+55
*
Merge branch 'master' into update-linting
S. Co1
2019-09-24
-6
/
+116
|
\
|
*
Use a .whl for `wiki` package instead of git repo.
scragly
2019-09-21
-28
/
+122
*
|
Update dependencies & relock
sco1
2019-09-18
-29
/
+36
|
/
*
Remove pydocstyle pinning now that flake8-docstrings is fixed
S. Co1
2019-09-03
-92
/
+110
*
Update linting dependencies
sco1
2019-07-09
-4
/
+67
*
pin pycodestyle to 3.0.0 and fix linting errors
Joseph Banks
2019-07-07
-3
/
+6
*
unpin flake8 & flake8 docstrings to see if it fixes linting
Joseph Banks
2019-07-07
-1
/
+1
*
Implement new YAML resource system
Joseph Banks
2019-07-06
-19
/
+26
*
Adding whitenoise to the toolchain to serve static images
Leon Sandøy
2019-07-03
-89
/
+104
*
Re-lock deps
Gareth Coles
2019-04-22
-1
/
+1
*
Flake8-docstrings and config as discussed in #192 and on Discord
Gareth Coles
2019-04-21
-1
/
+24
*
Replace wiki dep with PyDis fork, add git to Docker
Gareth Coles
2019-04-20
-107
/
+10
*
Merge settings/Pipfile.lock
Gareth Coles
2019-04-20
-8
/
+117
*
Pin flake8-bandit to 1.0.2 to fix ExceptHandler error.
Scragly
2019-04-19
-20
/
+10
*
Adding the migration and the lockfile
Leon Sandøy
2019-04-18
-0
/
+424
*
merging in changes from the main branch
Leon Sandøy
2019-04-16
-431
/
+0
|
\
|
*
Only install uWSGI in Docker.
Johannes Christ
2019-04-10
-40
/
+33
*
|
refactoring slightly to use a class-based view, changing home to main. Ready ...
Leon Sandøy
2019-04-13
-33
/
+79
|
/
*
Address review by @jchristgit
Gareth Coles
2019-04-05
-1
/
+1
*
[#158 #160] Add crispy-bulma and simple-bulma
Gareth Coles
2019-04-05
-1
/
+45
[next]