Changed DEBUG to be True by default in new projects
git-svn-id: http://code.djangoproject.com/svn/django/trunk@80 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
d75fde94a7
commit
8718675469
|
@ -1,6 +1,6 @@
|
|||
# Django settings for {{ app_name }} project.
|
||||
|
||||
DEBUG = False
|
||||
DEBUG = True
|
||||
|
||||
ADMINS = (
|
||||
# ('Your Name', 'your_email@domain.com'),
|
||||
|
|
Loading…
Reference in New Issue