diff --git a/spejstore/settings.py b/spejstore/settings.py index f5ea2fc..fc988ab 100644 --- a/spejstore/settings.py +++ b/spejstore/settings.py @@ -25,7 +25,7 @@ SECRET_KEY = '#hjthi7_udsyt*9eeyb&nwgw5x=%pk_lnz3+u2tg9@=w3p1m*k' # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['devinventory', 'inventory.waw.hackerspace.pl', 'i', 'inventory'] LOGIN_REDIRECT_URL = '/admin/'