add localhost to the allowed hosts

This commit is contained in:
Andreas Zweili 2017-12-28 01:12:44 +01:00
parent fa6480eac3
commit aadd0deb71
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ DEBUG = True
ALLOWED_HOSTS = [
'inventory.2li.local',
'localhost',
'127.0.0.1',
]