allowed host

This commit is contained in:
CHIEFSOFT\ameye
2024-04-04 08:19:11 -04:00
parent 4475611822
commit ef472a7e10
+1 -1
View File
@@ -26,7 +26,7 @@ SECRET_KEY = 'django-insecure-)0b=p^%)@+!qzgorh$#+n8rd=jk$0zennhf(34eezl!o7szff1
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = ['http://10.10.10.46:50100/','http://localhost:50100/','localhost']
ALLOWED_HOSTS = ['10.10.10.46','localhost']
# Application definition