Set secret key for CI

This commit is contained in:
Alexandre Iooss 2022-02-25 07:51:07 +01:00
parent 95243c4d06
commit 8855a4003d

View file

@ -23,7 +23,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 = ''
SECRET_KEY = 'CHANGE ME'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False