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
/
manage.py
(
unfollow
)
Commit message (
Collapse
)
Author
Lines
2020-10-06
Add dateutil dependency because datetime's fromisoformat don't work
ks129
-1
/
+10
2020-10-06
Move repository configuration to environment variables
ks129
-4
/
+7
2020-10-06
Add repository configuration to settings
ks129
-0
/
+5
2020-10-06
Simplify relevant links generator empty values filtering
ks129
-11
/
+6
2020-10-06
Relock Pipfile.lock
ks129
-28
/
+4
2020-10-06
Fix mess with rebase
ks129
-1
/
+1
2020-10-06
Rename content -> articles for visual part
ks129
-17
/
+19
2020-10-05
Fix content app linting
ks129
-19
/
+42
2020-10-05
Apply recent changes to article writing guide
ks129
-66
/
+78
2020-10-05
Implement custom icons for articles
ks129
-2
/
+4
2020-10-05
Remove last modified field from article
ks129
-17
/
+0
2020-10-05
Migrate content system from Python-Markdown to markdown2
ks129
-102
/
+130
2020-10-04
Move from standard OS path actions to Pathlib
ks129
-37
/
+29
2020-10-04
Remove references to django_nyt
Leon Sandøy
-2
/
+0
2020-10-04
Remove remaining references to wiki.
Leon Sandøy
-18
/
+10
2020-10-04
Change guides system to content system
ks129
-324
/
+328
As this system will be used for more than just guides, I had to do some refactoring to match this system with plans. Basically now there isn't guides, but articles instead.
2020-10-04
Remove render_block tags. These no longer exist.
Leon Sandøy
-2
/
+0
2020-10-04
Remove wiki template tags.
Leon Sandøy
-370
/
+0
2020-10-04
Remove references to wiki from other apps.
Leon Sandøy
-9
/
+2
2020-10-04
Remove wiki from settings.py.
Leon Sandøy
-89
/
+2
2020-10-04
Remove wiki templates and static.
Leon Sandøy
-2968
/
+0
2020-10-04
Remove wiki and pygments from Pipfile.
Leon Sandøy
-298
/
+153
We no longer need these now that we're removing the wiki.
2020-09-26
Add "Welcome to Python Discord" video to index
Den4200
-3
/
+1
2020-09-21
Add more information to how to write a guide guide
ks129
-0
/
+3
2020-09-21
Add OG meta to category view
ks129
-1
/
+3
2020-09-21
Use `yaml.safe_load` instead plain load to avoid warning
ks129
-1
/
+1
2020-09-21
Fix error that came in when moved path to constant
ks129
-1
/
+1
2020-09-21
Create tests for `get_guide` function
ks129
-0
/
+44
2020-09-21
Move base path to constant for guides utils unit tests
ks129
-16
/
+9
2020-09-21
Create test for `_get_base_path`
ks129
-0
/
+9
2020-09-21
Fix errors in unit tests that is based on recent changes
ks129
-19
/
+7
2020-09-21
Create tests for `get_guides`
ks129
-1
/
+34
2020-09-21
Create new function `_get_base_path` for guides for better patching
ks129
-6
/
+11
2020-09-21
Update `get_guides` function for better testability
ks129
-2
/
+3
2020-09-21
Create tests for get_categories guides utility function
ks129
-0
/
+19