added debug print

This commit is contained in:
Walter 2025-02-21 02:35:09 +01:00
parent 5411dbee1c
commit 0838dad019

View File

@ -30,9 +30,10 @@ def load_insecure_key():
return 'django-insecure-)e!wy4)=xinnd!d(iuw6*-tf^-)ptiwnttwf+9ql%*jy63wtd8' return 'django-insecure-)e!wy4)=xinnd!d(iuw6*-tf^-)ptiwnttwf+9ql%*jy63wtd8'
SECRET_KEY = os.environ.get("DJANGO_SECRET_KEY") or load_insecure_key() SECRET_KEY = os.environ.get("DJANGO_SECRET_KEY") or load_insecure_key()
ALLOWED_HOSTS = os.environ.get("DJANGO_ALLOWED_HOSTS", "*").split(" ") ALLOWED_HOSTS = os.environ.get("DJANGO_ALLOWED_HOSTS", "*").split(" ")
print(f"{DEBUG=}, {ALLOWED_HOSTS=}")
# Application definition # Application definition
INSTALLED_APPS = [ INSTALLED_APPS = [