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