aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py (unfollow)
Commit message (Collapse)AuthorLines
2020-10-06Add dateutil dependency because datetime's fromisoformat don't workGravatar ks129-1/+10
2020-10-06Move repository configuration to environment variablesGravatar ks129-4/+7
2020-10-06Add repository configuration to settingsGravatar ks129-0/+5
2020-10-06Simplify relevant links generator empty values filteringGravatar ks129-11/+6
2020-10-06Relock Pipfile.lockGravatar ks129-28/+4
2020-10-06Fix mess with rebaseGravatar ks129-1/+1
2020-10-06Rename content -> articles for visual partGravatar ks129-17/+19
2020-10-05Fix content app lintingGravatar ks129-19/+42
2020-10-05Apply recent changes to article writing guideGravatar ks129-66/+78
2020-10-05Implement custom icons for articlesGravatar ks129-2/+4
2020-10-05Remove last modified field from articleGravatar ks129-17/+0
2020-10-05Migrate content system from Python-Markdown to markdown2Gravatar ks129-102/+130
2020-10-04Move from standard OS path actions to PathlibGravatar ks129-37/+29
2020-10-04Remove references to django_nytGravatar Leon Sandøy-2/+0
2020-10-04Remove remaining references to wiki.Gravatar Leon Sandøy-18/+10
2020-10-04Change guides system to content systemGravatar 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-04Remove render_block tags. These no longer exist.Gravatar Leon Sandøy-2/+0
2020-10-04Remove wiki template tags.Gravatar Leon Sandøy-370/+0
2020-10-04Remove references to wiki from other apps.Gravatar Leon Sandøy-9/+2
2020-10-04Remove wiki from settings.py.Gravatar Leon Sandøy-89/+2
2020-10-04Remove wiki templates and static.Gravatar Leon Sandøy-2968/+0
2020-10-04Remove wiki and pygments from Pipfile.Gravatar Leon Sandøy-298/+153
We no longer need these now that we're removing the wiki.
2020-09-26Add "Welcome to Python Discord" video to indexGravatar Den4200-3/+1
2020-09-21Add more information to how to write a guide guideGravatar ks129-0/+3
2020-09-21Add OG meta to category viewGravatar ks129-1/+3
2020-09-21Use `yaml.safe_load` instead plain load to avoid warningGravatar ks129-1/+1
2020-09-21Fix error that came in when moved path to constantGravatar ks129-1/+1
2020-09-21Create tests for `get_guide` functionGravatar ks129-0/+44
2020-09-21Move base path to constant for guides utils unit testsGravatar ks129-16/+9
2020-09-21Create test for `_get_base_path`Gravatar ks129-0/+9
2020-09-21Fix errors in unit tests that is based on recent changesGravatar ks129-19/+7
2020-09-21Create tests for `get_guides`Gravatar ks129-1/+34
2020-09-21Create new function `_get_base_path` for guides for better patchingGravatar ks129-6/+11
2020-09-21Update `get_guides` function for better testabilityGravatar ks129-2/+3
2020-09-21Create tests for get_categories guides utility functionGravatar ks129-0/+19