From bdb5ff64b1e41ee0bd9fcd75a909e0904d73f1b3 Mon Sep 17 00:00:00 2001 From: Nathaniel Kim Date: Mon, 28 Dec 2020 14:14:00 -0800 Subject: [PATCH] New compile statuses --- backend/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/settings.py b/backend/settings.py index fb2e634e..53e65e16 100644 --- a/backend/settings.py +++ b/backend/settings.py @@ -104,6 +104,8 @@ class COMPILE_STATUS: SUCCESS = 1 FAIL = 2 ERROR = 3 + UPLOADED = 4 + QUEUED = 5 # Application definition