Skip to content

Commit

Permalink
New compile statuses
Browse files Browse the repository at this point in the history
  • Loading branch information
n8kim1 committed Dec 28, 2020
1 parent 80d2670 commit bdb5ff6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ class COMPILE_STATUS:
SUCCESS = 1
FAIL = 2
ERROR = 3
UPLOADED = 4
QUEUED = 5


# Application definition
Expand Down

0 comments on commit bdb5ff6

Please sign in to comment.