mirror of
https://github.com/django/django.git
synced 2025-03-24 08:10:45 +00:00
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…
x
Reference in New Issue
Block a user