Merge pull request #2206 from danihodovic/remove-duplicate-debug

Remove redundant DEBUG = False in test.py
This commit is contained in:
Bruno Alla 2019-09-04 20:30:10 +02:00 committed by GitHub
commit 8c131fe603
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",