aboutsummaryrefslogtreecommitdiff
path: root/app/models
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-01-16 16:48:11 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2015-01-16 16:48:11 +0100
commitf6da6a1e70673f400596ba1c3ec65a0fde6f7f27 (patch)
tree9c344a062284d397ca337566091883d59c0fbbaa /app/models
parentf7044d055e6c49ea7e1024a2bb4a0c3aa4aa6d41 (diff)
Add new key and validation for token.
Change-Id: I6a2b1634f2f772fab5c70e2041570a2ec837266f
Diffstat (limited to 'app/models')
-rw-r--r--app/models/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/__init__.py b/app/models/__init__.py
index eee8699..3e19fdb 100644
--- a/app/models/__init__.py
+++ b/app/models/__init__.py
@@ -135,6 +135,7 @@ POST_KEY = "post"
SUPERUSER_KEY = "superuser"
LAB_KEY = "lab"
PUT_KEY = "put"
+UPLOAD_KEY = "upload"
# Job and/or build status.
BUILD_STATUS = "BUILD"