cqtu/contest
Sebastian Lohff 1f93f9e7bd Dynamically find currently active Contest
Previously we had a lot of hardcoded contest information in the
templates. Name, ruleset and number of contest are now all taken from
the currently active contest and rendered into the templates. Instead of
an URL containing the current contest name, we just use a generic
/contest/. The API will no longer use "the contest with id=1", but the
currently active contest as well.

The currently active contest is - for now - the contest with the latest
deadline.
2022-01-22 19:22:52 +01:00
..
migrations Dynamically find currently active Contest 2022-01-22 19:22:52 +01:00
__init__.py Initial commit 2017-01-18 02:25:12 +01:00
admin.py Pep8 fixes 2022-01-22 17:35:57 +01:00
apps.py Remove some python2 --> python3 leftovers 2022-01-22 17:35:57 +01:00
cbrparser.py Pep8 fixes 2022-01-22 17:35:57 +01:00
context_processors.py Dynamically find currently active Contest 2022-01-22 19:22:52 +01:00
forms.py Pep8 fixes 2022-01-22 17:35:57 +01:00
models.py Dynamically find currently active Contest 2022-01-22 19:22:52 +01:00
signals.py Move to consistent use of spaces instead of tabs 2022-01-22 17:27:39 +01:00
tests.py Initial commit 2017-01-18 02:25:12 +01:00
urls.py Fix url config for Django4 2022-01-22 17:35:57 +01:00
validators.py Remove some python2 --> python3 leftovers 2022-01-22 17:35:57 +01:00
views.py user.is_authenticated is no longer a method 2022-01-22 17:35:57 +01:00