aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py (unfollow)
Commit message (Collapse)AuthorLines
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