вернул настройки, как прежде

This commit is contained in:
Mike0001-droid 2024-06-10 16:46:23 +05:00
parent 8fefaa0ef7
commit 5731f7316b
1 changed files with 2 additions and 2 deletions

View File

@ -16,10 +16,10 @@ MEDIA_URL = 'media/'
STATIC_ROOT = PROJECT_DIR / 'static'
STATIC_URL = 'static/'
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = config('SECRET_KEY')
SECRET_KEY = 'django-insecure-z242=*-knp4h=0l1*o-nyid^y0bwt4bvg3tf*wvr(qszj&!8$c'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = config('DEBUG', cast=bool)
DEBUG = True
ALLOWED_HOSTS = ['*']
CORS_ORIGIN_ALLOW_ALL = True