aboutsummaryrefslogtreecommitdiff
path: root/app/models
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-01-13 18:38:14 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2015-01-13 18:38:14 +0100
commitef0db5c4dfb206d231ca4ff4194b24b83f146e14 (patch)
treeefa665cae4f5fbbbcf91268804eeb29effebf5c1 /app/models
parent7cf44aa79339af94ef20002d64956b2e7596222f (diff)
Add upload handler class and URL.
Change-Id: I0c34d21447e19f80f856edcf42e196e87c26730a
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 ba0c4d2..c4a4254 100644
--- a/app/models/__init__.py
+++ b/app/models/__init__.py
@@ -170,6 +170,7 @@ TOKEN_COLLECTION = "api-token"
BISECT_COLLECTION = "bisect"
LAB_COLLECTION = "lab"
REPORT_COLLECTION = "report"
+UPLOAD_COLLECTION = "upload"
# Report types.
BUILD_REPORT = "build"