From 3f58a080f4057c2d4dcce88ba0a2a5fba4cbd1e6 Mon Sep 17 00:00:00 2001 From: Piotr Dobrowolski Date: Thu, 10 Jan 2019 20:03:03 +0100 Subject: [PATCH] settings: Just a bunch of default hostnames --- spejstore/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/'