From 9aaa069e233f7a803e7d775da63d377ae2371361 Mon Sep 17 00:00:00 2001 From: Fabre Florian Date: Thu, 14 Sep 2017 11:40:27 +0200 Subject: [PATCH] Fix flake8 issue --- demo/demoproject/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/demoproject/settings.py b/demo/demoproject/settings.py index 5fa2e23..c091ce6 100755 --- a/demo/demoproject/settings.py +++ b/demo/demoproject/settings.py @@ -133,7 +133,7 @@ if StrictVersion(get_version()) >= StrictVersion('1.8'): 'DIRS': [ os.path.join(os.path.dirname(__file__), "templates"), ], - 'OPTIONS': { + 'OPTIONS': { 'debug': DEBUG, 'context_processors': [ # Insert your TEMPLATE_CONTEXT_PROCESSORS here or use this