mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-08 20:54:43 +00:00
Remove redundant DEBUG = False in test.py
This is already set to False by default in base.py
This commit is contained in:
parent
383e3ae2f0
commit
180ab9bbb1
1 changed files with 0 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue