forked from wiktor/spejstore-new
Add inventory.hackerspace.pl to ALLOWED_HOSTS
This commit is contained in:
parent
bfe9d27d71
commit
b74c1b3c8f
|
@ -33,7 +33,7 @@ DEBUG = not PROD
|
|||
|
||||
ALLOWED_HOSTS = env(
|
||||
"ALLOWED_HOSTS",
|
||||
"devinventory,inventory.waw.hackerspace.pl,i,inventory"
|
||||
"devinventory,inventory.waw.hackerspace.pl,inventory.hackerspace.pl,i,inventory"
|
||||
+ (",127.0.0.1" if not PROD else ""),
|
||||
).split(",")
|
||||
LOGIN_REDIRECT_URL = "/admin/"
|
||||
|
|
Loading…
Reference in New Issue