aboutsummaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2015-01-07 17:19:14 -0600
committerAndy Doan <andy.doan@linaro.org>2015-01-07 21:39:25 -0600
commit66f5fd1163a9d8b59bdefe3a292acb36d245fa88 (patch)
treeb2358fc5f83e916acd76e8a8ec91fa4ebe75d693 /settings.py
parent3212eb02dab56c1b21c8342dcb11caa5c0789573 (diff)
add production version of wsgi and settings
These were broken and maintained separately, but they can all be easily consolidated. With this change in place we can delete: https://git.linaro.org/infrastructure/linaro-license-protection-configs.git Change-Id: Iae15f15c822de3d181d8baec9b2e7c0e4b6fe405
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.py b/settings.py
index 75789de..2a4a2ad 100644
--- a/settings.py
+++ b/settings.py
@@ -115,7 +115,7 @@ INSTALLED_APPS = (
'django.contrib.admin',
'django_openid_auth',
'south',
- ROOT_DIR + '.license_protected_downloads',
+ 'license_protected_downloads',
)
AUTHENTICATION_BACKENDS = (