fix: missing comma because python
This commit is contained in:
parent
fe496e85f8
commit
67ac858323
|
@ -38,7 +38,7 @@ ALLOWED_HOSTS = env(
|
||||||
).split(",")
|
).split(",")
|
||||||
LOGIN_REDIRECT_URL = "/admin/"
|
LOGIN_REDIRECT_URL = "/admin/"
|
||||||
|
|
||||||
CSRF_TRUSTED_ORIGINS = env("HOST", "https://inventory.hackerspace.pl").split(",")
|
CSRF_TRUSTED_ORIGINS = env("HOST", "https://inventory.hackerspace.pl,").split(",")
|
||||||
|
|
||||||
|
|
||||||
# Application definition
|
# Application definition
|
||||||
|
|
Loading…
Reference in New Issue