Ham radio contest management website for the CQTU by DK0TU https://dk0tu.de
Go to file
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
api Fix url config for Django4 2022-01-22 17:35:57 +01:00
contest Dynamically find currently active Contest 2022-01-22 19:22:52 +01:00
cqtu Dynamically find currently active Contest 2022-01-22 19:22:52 +01:00
static Removed uniform.css foo 2017-01-23 00:11:13 +01:00
templates Dynamically find currently active Contest 2022-01-22 19:22:52 +01:00
.gitignore Ignore settings.py 2019-01-22 21:48:09 +01:00
README.md + README 2019-01-18 15:14:29 +01:00
TODO TODO update 2017-01-28 19:11:44 +01:00
clear_contest.py Remove some python2 --> python3 leftovers 2022-01-22 17:35:57 +01:00
manage.py Initial commit 2017-01-18 02:25:12 +01:00
requirements.txt Set Django to 4.0.1, add DB migrations 2022-01-22 17:35:57 +01:00

README.md

Web Interface for the CQ TU Campus Contest

Built in Django, CSS/Bootstrap, JavaScript/jQuery.

Setup

TODO

Scoring

Log in using the command line and run ./auswerter.py to generate an analysis output.

Swipe Contest DB

Delete DB entries via admin interface:

  • QSOs
  • Shadow Calls
  • References
  • Users

If you want to rename the contest edit "Contests".