aboutsummaryrefslogtreecommitdiffstats
path: root/tests/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/settings.py')
-rw-r--r--tests/settings.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/settings.py b/tests/settings.py
index 2d993f5..d21e9e4 100644
--- a/tests/settings.py
+++ b/tests/settings.py
@@ -8,12 +8,8 @@ BASE_DIR = os.path.dirname(os.path.dirname(__file__))
SECRET_KEY = 'ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890'
-DEBUG = True
-
INTERNAL_IPS = ['127.0.0.1', '::1']
-TEMPLATE_DEBUG = True
-
# Application definition