Turn debug = True in example project.

This commit is contained in:
juanifioren 2015-08-04 17:56:03 -03:00
parent bf5edb6672
commit 087c868639

View file

@ -5,7 +5,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(__file__))
SECRET_KEY = 'c14d549c574e4d8cf162404ef0b04598'
DEBUG = False
DEBUG = True
TEMPLATE_DEBUG = False