summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2016-11-10 12:24:09 -0600
committerAndy Doan <andy.doan@linaro.org>2016-11-10 12:24:09 -0600
commit41f0ecc91227de832c1795a7e2f55eda5b52f3b8 (patch)
treeb89bbfc26124c563ed60b2adae1419b09b269cd8
parent162a3d0e814ea5bb77bfc6b675c76f6155340e8e (diff)
patchwork: enable rest API for patches.l.o
Requested by a user and no point not enabling it right now. Change-Id: I9be55659f1e17ffa30bd7e50cf0e7c7c2e552643
-rw-r--r--templates/patchwork/patches.linaro.org_local_settings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/patchwork/patches.linaro.org_local_settings.py b/templates/patchwork/patches.linaro.org_local_settings.py
index e30b6256..1c861b7f 100644
--- a/templates/patchwork/patches.linaro.org_local_settings.py
+++ b/templates/patchwork/patches.linaro.org_local_settings.py
@@ -35,6 +35,7 @@ ADMINS = (
DEFAULT_FROM_EMAIL = 'Patchwork <patchwork@{{hostname}}>'
NOTIFICATION_FROM_EMAIL = DEFAULT_FROM_EMAIL
+ENABLE_REST_API = True
STATIC_ROOT = '{{install_base}}/{{hostname}}/static'