beautified

This commit is contained in:
gw3000 2023-07-12 16:51:57 +02:00
parent 22d22f1c1f
commit 193b05f30b

View file

@ -19,7 +19,7 @@ SECRET_KEY = ")g-j2v+*dvjtnz)q-3+*y7*lq$el$im8p^wr@2v$g^u99quq50"
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING: don't run with debug turned on in production!
# DEBUG = True # DEBUG = True
DEBUG = env("DEBUG") DEBUG = env("DEBUG")
CSRF_TRUSTED_ORIGINS = ['https://*.nabu-jena.de','https://*.127.0.0.1'] CSRF_TRUSTED_ORIGINS = ["https://*.nabu-jena.de", "https://*.127.0.0.1"]
# ALLOWED_HOSTS = [] # ALLOWED_HOSTS = []