aboutsummaryrefslogtreecommitdiffstats
path: root/manage.py (unfollow)
Commit message (Collapse)AuthorLines
2020-02-21Add sentry SDK init to settings.pyGravatar Joseph Banks-1/+11
2020-02-21Add sentry_sdk dependencyGravatar Joseph Banks-135/+156
2020-02-20Pad logos so they horizontally alignGravatar Joseph Banks-0/+0
2020-02-20Add sentry logo to sponsorsGravatar Joseph Banks-0/+3
2020-02-17Change MEDIA_ROOT to /site/mediaGravatar scragly-1/+1
2020-02-16Fix #329 missing manage.py & Django logsGravatar MarkKoz-0/+1
Fixed by allocating a pseudo-tty to the web service in Docker Compose.
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