Remove redundant DEBUG = False in test.py

This is already set to False by default in base.py
This commit is contained in:
Dani Hodovic 2019-08-26 16:25:36 +02:00
parent 383e3ae2f0
commit 180ab9bbb1
No known key found for this signature in database
GPG Key ID: 15433E10A71D1221

View File

@ -7,8 +7,6 @@ from .base import env
# GENERAL
# ------------------------------------------------------------------------------
# https://docs.djangoproject.com/en/dev/ref/settings/#debug
DEBUG = False
# https://docs.djangoproject.com/en/dev/ref/settings/#secret-key
SECRET_KEY = env(
"DJANGO_SECRET_KEY",