]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
pep8: Resolve issues in settings file
authorStephen Finucane <stephen.finucane@intel.com>
Fri, 8 Apr 2016 15:25:07 +0000 (16:25 +0100)
committerStephen Finucane <stephen.finucane@intel.com>
Fri, 8 Apr 2016 15:25:44 +0000 (16:25 +0100)
Introduced in '2822854'.

Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
patchwork/settings/production.example.py

index 89e6b97b319cdf5a3b339351b7ab461b9c0f4ec0..408fddcdc05d95a3db4ac64b0ac7342ac1b17649 100644 (file)
@@ -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'