settings: mark secret_key to be overridden in local settings

This commit is contained in:
Frédéric Péters 2021-06-08 08:27:40 +02:00
parent b679c1fdb8
commit 850170aa7c
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
# See https://docs.djangoproject.com/en/2.2/howto/deployment/checklist/
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = 's#lii@hjka4y_i4e^uazg0e+%5b4_fz*+h3k99c#2!2)n*ob3-'
SECRET_KEY = '(override this in local settings)'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True