added allowed host in settings.py

This commit is contained in:
Ranjith
2026-07-18 17:25:57 +00:00
parent 281c998b28
commit efefe8053c
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -30,7 +30,7 @@ SECRET_KEY = 'django-insecure-cei!of3&6g1r5l7ytt)(j!qpd86^_^9b(lmyf2ofs9rqg_@gkp
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
ALLOWED_HOSTS = []
ALLOWED_HOSTS = ['dms4mis.iotsignin.com']
# Application definition