This commit is contained in:
2024-11-21 14:30:19 +07:00
parent bb5c579630
commit 261ad5a5b0
228 changed files with 378014 additions and 41873 deletions
+2
View File
@@ -18,7 +18,9 @@ load_env()
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = 'django-insecure-x=qe5@^3%@t1fk)pk@uyv&r!z^#9==^*-&aiqfau3@9x@+j%nm'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
#True if os.getenv('DEBUG') == 'True' else False
ALLOWED_HOSTS = os.getenv('ALLOWED_HOSTS').split(',')