# HG changeset patch # User Brian Neal # Date 1449429684 21600 # Node ID dd6004ab4c26d4d7e8670bb334197958be7ac1ce # Parent a34daec7f936f406f91ffc889d6956978b661136 Remove redundant DEBUG flag. It's already True in base.py. diff -r a34daec7f936 -r dd6004ab4c26 sg101/settings/local.py --- 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',