settings: Just a bunch of default hostnames

master
informatic 2019-01-10 20:03:03 +01:00
parent 6b91ed4d25
commit 3f58a080f4
1 changed files with 1 additions and 1 deletions

View File

@ -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/'