added allowed host in settings.py
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user