add an allowed host

This commit is contained in:
Andreas Zweili 2017-12-27 23:55:06 +01:00
parent 81daf6a056
commit dee94fcc90
1 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,9 @@ SECRET_KEY = 'kzx(i9^@*g^cgp(_3052%*1d%zyu^2z_@pgso5!_q@jb-j%4m='
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
ALLOWED_HOSTS = [
'inventory.2li.local',
]
# Application definition