]> git.parisson.com Git - telemeta.git/commitdiff
Fix settings
authorThomas Fillon <thomas@parisson.com>
Wed, 25 Jan 2017 21:57:40 +0000 (22:57 +0100)
committerThomas Fillon <thomas@parisson.com>
Wed, 25 Jan 2017 21:57:40 +0000 (22:57 +0100)
app/settings.py

index d23ee2c8a13b37df2cf68192dd70e1b9e90023b4..38acea07c4c63bbee0641fe1c470ec4a4d60623a 100644 (file)
@@ -117,12 +117,12 @@ SECRET_KEY = 'a8l7%06wr2k+3=%#*#@#rvop2mmzko)44%7k(zx%lls^ihm9^5'
 TEMPLATES = [
     {
         'BACKEND': 'django.template.backends.django.DjangoTemplates',
-        'DEBUG': DEBUG,
         'DIRS': [
             # insert your TEMPLATE_DIRS here
         ],
         'APP_DIRS': True,
         'OPTIONS': {
+            #'debug': DEBUG,
             'context_processors': [
                 # Insert your TEMPLATE_CONTEXT_PROCESSORS here or use this
                 # list if you haven't customized them: