diff --git a/Reskreen/settings.py b/Reskreen/settings.py index 1abd83d..fbb2f5a 100644 --- a/Reskreen/settings.py +++ b/Reskreen/settings.py @@ -21,8 +21,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent # Quick-start development settings - unsuitable for production # See https://docs.djangoproject.com/en/4.0/howto/deployment/checklist/ -# SECURITY WARNING: keep the secret key used in production secret! -SECRET_KEY = 'django-insecure-j4jd&+4j^t_=@zr(#q@n!8e*58vkql6&_6w-t14ju8pw%ei%^s' + # SECURITY WARNING: don't run with debug turned on in production! DEBUG = cfg_dev_mode