DEBUG should have a default in settings.py

master
Nick Sergeant 2013-01-13 23:17:18 -05:00
parent cf0832df82
commit bd2954e193
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
import os
DEBUG = True
BASE_PATH = os.path.dirname(__file__)
ADMINS = (