aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py (unfollow)
Commit message (Collapse)AuthorLines
2019-09-15Tag Django images as `latest`.Gravatar Johannes Christ-2/+2
2019-09-15Adding a pygments CSS for syntax highlighting.Gravatar Leon Sandøy-1/+75
This adds the Monokai, Friendly, and Darcula themes to this repo. It leaves Darcula as the active theme. This can very easily be changed later on by altering wiki/base.html Resolves #243.
2019-09-14Adding the UpdateModelMixin to the ReminderViewSet.Gravatar Leon Sandøy-2/+3
This will allow us to edit durations using the PATCH method, which the bot implements already but which was overlooked when this viewset was written.
2019-09-12Check for missing migrations in CI.Gravatar Johannes Christ-0/+1