From 66f5fd1163a9d8b59bdefe3a292acb36d245fa88 Mon Sep 17 00:00:00 2001 From: Andy Doan Date: Wed, 7 Jan 2015 17:19:14 -0600 Subject: 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 --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings.py') 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 = ( -- cgit v1.2.3