summaryrefslogtreecommitdiff
path: root/patchwork
diff options
context:
space:
mode:
authorStephen Finucane <stephen.finucane@intel.com>2016-04-08 16:25:07 +0100
committerStephen Finucane <stephen.finucane@intel.com>2016-04-08 16:25:44 +0100
commit7bf4304821ab70bf4c86d7139e0c1a4753f6e5b8 (patch)
treeaef4a91719716815f8d7e3dd3e66f8ab79ee7051 /patchwork
parent0a55d5e89adaae3c6b662166802853a4414fed2e (diff)
downloadpatchwork-7bf4304821ab70bf4c86d7139e0c1a4753f6e5b8.tar
patchwork-7bf4304821ab70bf4c86d7139e0c1a4753f6e5b8.tar.gz
pep8: Resolve issues in settings file
Introduced in '2822854'. Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
Diffstat (limited to 'patchwork')
-rw-r--r--patchwork/settings/production.example.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/patchwork/settings/production.example.py b/patchwork/settings/production.example.py
index 89e6b97..408fddc 100644
--- a/patchwork/settings/production.example.py
+++ b/patchwork/settings/production.example.py
@@ -75,4 +75,5 @@ DATABASES = {
STATIC_ROOT = os.environ.get('STATIC_ROOT', '/srv/patchwork/htdocs/static')
if django.VERSION >= (1, 7):
- STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'
+ STATICFILES_STORAGE = \
+ 'django.contrib.staticfiles.storage.ManifestStaticFilesStorage'