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-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-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