From: Stephen Finucane Date: Fri, 8 Apr 2016 15:25:07 +0000 (+0100) Subject: pep8: Resolve issues in settings file X-Git-Tag: v2.0.0-rc1~366 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bf4304821ab70bf4c86d7139e0c1a4753f6e5b8;p=thirdparty%2Fpatchwork.git pep8: Resolve issues in settings file Introduced in '2822854'. Signed-off-by: Stephen Finucane --- diff --git a/patchwork/settings/production.example.py b/patchwork/settings/production.example.py index 89e6b97b..408fddcd 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'