settings: unset debug

This commit is contained in:
Christophe Siraut 2020-09-04 14:40:05 +02:00
parent c03e98d2ae
commit d1b4eaacce
1 changed files with 1 additions and 2 deletions

View File

@ -22,8 +22,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = 'dxk)c9u(gq7@2tb)+*!=$09c=o0qnwbt^vrrmjcx-bsl&2!u7b'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False
ALLOWED_HOSTS = []