remove internal URL from the allowed hosts

This commit is contained in:
Andreas Zweili 2019-06-10 21:00:48 +02:00
parent adf4bdbc11
commit ad90e2f4d0
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ SECRET_KEY = 'kzx(i9^@*g^cgp(_3052%*1d%zyu^2z_@pgso5!_q@jb-j%4m='
DEBUG = True
ALLOWED_HOSTS = [
'inventory.2li.local',
'localhost',
'127.0.0.1',
]