added debug print
This commit is contained in:
parent
5411dbee1c
commit
0838dad019
@ -30,9 +30,10 @@ def load_insecure_key():
|
||||
return 'django-insecure-)e!wy4)=xinnd!d(iuw6*-tf^-)ptiwnttwf+9ql%*jy63wtd8'
|
||||
|
||||
SECRET_KEY = os.environ.get("DJANGO_SECRET_KEY") or load_insecure_key()
|
||||
|
||||
ALLOWED_HOSTS = os.environ.get("DJANGO_ALLOWED_HOSTS", "*").split(" ")
|
||||
|
||||
print(f"{DEBUG=}, {ALLOWED_HOSTS=}")
|
||||
|
||||
# Application definition
|
||||
|
||||
INSTALLED_APPS = [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user