changeset 1015:dd6004ab4c26

Remove redundant DEBUG flag. It's already True in base.py.
author Brian Neal <bgneal@gmail.com>
date Sun, 06 Dec 2015 13:21:24 -0600
parents a34daec7f936
children fd70e9d547ed
files sg101/settings/local.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sg101/settings/local.py	Tue Dec 01 20:58:31 2015 -0600
+++ b/sg101/settings/local.py	Sun Dec 06 13:21:24 2015 -0600
@@ -4,8 +4,6 @@
 """
 from sg101.settings.base import *
 
-DEBUG = True
-
 DATABASES = {
     'default': {
         'ENGINE': 'django.db.backends.mysql',