Having debug off is too much of a pain in the ass

This commit is contained in:
Daniel Quinn 2016-01-17 02:10:07 +00:00
parent 57bae9969b
commit 08270b1aaa

View File

@ -23,7 +23,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
SECRET_KEY = 'e11fl1oa-*ytql8p)(06fbj4ukrlo+n7k&q5+$1md7i+mge=ee'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False
DEBUG = True
ALLOWED_HOSTS = []