From e1846928439aa2a7e660d870a083872c415c274d Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Fri, 18 May 2018 16:00:31 +0100 Subject: [Jams] Huge amount of work on code jam admin area --- pysite/constants.py | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pysite/constants.py') diff --git a/pysite/constants.py b/pysite/constants.py index cb8dad62..c93a09d1 100644 --- a/pysite/constants.py +++ b/pysite/constants.py @@ -67,6 +67,14 @@ ERROR_DESCRIPTIONS = { 429: "Please don't send us that many requests." } +JAM_STATES = [ + "planning", + "announced", + "running", + "judging", + "finished" +] + # PaperTrail logging PAPERTRAIL_ADDRESS = environ.get("PAPERTRAIL_ADDRESS") or None PAPERTRAIL_PORT = int(environ.get("PAPERTRAIL_PORT") or 0) -- cgit v1.2.3