aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py (unfollow)
Commit message (Collapse)AuthorLines
2020-02-17Change MEDIA_ROOT to /site/mediaGravatar scragly-1/+1
2020-02-16Switch the code jam banner for the stream.Gravatar Leon Sandøy-4/+8
With the code jam over, we don't want a code jam banner on our front page. This commit replaces it with the Code Jam Judge Stream.
2020-02-12Add vscode project folder to gitignoreGravatar Sebastiaan Zeeff-0/+3
I've added the vscode project settings folder, `.vscode`, to our gitignore file because it's a popular editor and we don't want settings folders being committed to the repository.
2020-02-08Fix migration dependencyGravatar MarkKoz-2/+2
2020-02-06Update resources reference in head navbar.Gravatar scragly-2/+2
Due to the tweak in the wiki page structure, the Tools page is now under resources, and Learning Resources is now just Resources.
2020-02-03Improve robustness with regard to orderingGravatar bendiller-2/+2
2020-02-03Add second reminder to list tests, implement `test_filter_field` testGravatar bendiller-6/+24
2020-02-03Improve test failure clarity (reduce unhandled exceptions in assertions)Gravatar bendiller-1/+4
2020-02-03Improve test failure clarity (reduce unhandled exceptions in assertions)Gravatar bendiller-2/+2
2020-02-03Fix unnecessary kwarg syntaxGravatar bendiller-2/+2
2020-02-03Unbleach WikiGravatar scragly-19/+1
Disables the sanitisation of HTML in wiki articles.
2020-02-02Update CODEOWNERSGravatar Joseph-1/+1
2020-02-02Add ReminderListTestsGravatar bendiller-0/+37