summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-07-15 22:29:10 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-07-15 22:29:10 +0000
commit8718675469fd3dce5213be65346c56c24fa3e701 (patch)
treeb599bab89405153febca88a1ed5ccf3dcea3aae6
parentd75fde94a736a4df6a068289d2204c4cd0497613 (diff)
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
-rw-r--r--django/conf/project_template/settings/main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/conf/project_template/settings/main.py b/django/conf/project_template/settings/main.py
index 3db0e7961c..08ac9d4026 100644
--- a/django/conf/project_template/settings/main.py
+++ b/django/conf/project_template/settings/main.py
@@ -1,6 +1,6 @@
# Django settings for {{ app_name }} project.
-DEBUG = False
+DEBUG = True
ADMINS = (
# ('Your Name', 'your_email@domain.com'),