Commit Graph

15 Commits

Author SHA1 Message Date
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
Sebastian Lohff 7ae53b6150 Set Django to 4.0.1, add DB migrations
Now that we're somewhat Django4 compatible it's time to advertise our
newfound skill! Not all functionality has been tested, but it is
starting again.
2022-01-22 17:35:57 +01:00
Sebastian Lohff 8cc6c3cbff Missing DB fields for user questionaire 2019-01-23 00:51:07 +01:00
Sebastian Lohff a58a15984e Add missing db migrations 2019-01-23 00:43:44 +01:00
Sebastian Lohff 80900ecd21 Added contest start/end time for qso points validation 2017-01-28 18:38:32 +01:00
Sebastian Lohff 58d1e76a0c Registration includes regtime, opname and location 2017-01-28 16:27:57 +01:00
Sebastian Lohff 755d9d05d6 Changed RST labels to RS 2017-01-27 15:46:07 +01:00
Sebastian Lohff 70629673cf Allow No-R to be empty in QSO log 2017-01-26 21:24:23 +01:00
Sebastian Lohff 94d138ff8c Added option to set contest deadline
Logging is also restricted after deadline has passed
2017-01-26 20:52:38 +01:00
Sebastian Lohff 625bd0f072 Contest Entry class management foo 2017-01-26 20:36:55 +01:00
Sebastian Lohff 6a3c9f0bbe Display QSOs for admins, match QSOs to each other 2017-01-26 19:14:58 +01:00
Sebastian Lohff c2309a4086 Added shadow users 2017-01-25 01:53:22 +01:00
Sebastian Lohff 110271457d Db idx and on_delete for foreignkeys 2017-01-23 02:40:44 +01:00
Sebastian Lohff cd176537f1 Missing files 2017-01-20 14:28:59 +01:00
Sebastian Lohff d20b8754ba Initial commit 2017-01-18 02:25:12 +01:00