diff mbox

pep8: Resolve issues in settings file

Message ID 1460129168-12834-1-git-send-email-stephen.finucane@intel.com
State Accepted
Headers show

Commit Message

Stephen Finucane April 8, 2016, 3:26 p.m. UTC
Introduced in '2822854'.

Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
---
 patchwork/settings/production.example.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Stephen Finucane April 11, 2016, 9:20 p.m. UTC | #1
On 08 Apr 16:26, Stephen Finucane wrote:
> Introduced in '2822854'.
> 
> Signed-off-by: Stephen Finucane <stephen.finucane@intel.com>
 
Merged.
diff mbox

Patch

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'