1
0
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:
Adrian Holovaty 2005-07-15 22:29:10 +00:00
parent d75fde94a7
commit 8718675469

View File

@ -1,6 +1,6 @@
# Django settings for {{ app_name }} project.
DEBUG = False
DEBUG = True
ADMINS = (
# ('Your Name', 'your_email@domain.com'),