From 8718675469fd3dce5213be65346c56c24fa3e701 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 15 Jul 2005 22:29:10 +0000 Subject: [PATCH] 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 --- django/conf/project_template/settings/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'),