Merge pull request #624 from Gluejar/fix_just_setting

DEBUGG -> DEBUG (don't know how this bug got in)
pull/1/head
Raymond Yee 2016-09-07 14:40:31 -07:00 committed by GitHub
commit 3a8cdccd36
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ from regluit.settings.common import *
ALLOWED_HOSTS = ['.unglue.it']
DEBUG = False
TEMPLATES[0]['OPTIONS']['debug'] = DEBUGG
TEMPLATES[0]['OPTIONS']['debug'] = DEBUG
SITE_ID = 5