diff sg101/settings/local.py @ 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 22ed8451e163
children 5ba2508939f7
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',