settings: improve tests runtime by turning DEBUG off (#38067)

This commit is contained in:
Benjamin Dauvergne 2019-12-04 19:30:27 +01:00
parent 10b4405fd1
commit 980cb76aae
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(__file__))
SECRET_KEY = '-4h1(4b!p-8)or!_!iw%&e89+$6(_yf#b^2e+=fc$e2)+h16m6'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False
ALLOWED_HOSTS = []