diff --git a/oee/__pycache__/settings.cpython-310.pyc b/oee/__pycache__/settings.cpython-310.pyc index 4a5a5d1..e67a38c 100644 Binary files a/oee/__pycache__/settings.cpython-310.pyc and b/oee/__pycache__/settings.cpython-310.pyc differ diff --git a/oee/__pycache__/urls.cpython-310.pyc b/oee/__pycache__/urls.cpython-310.pyc index f52ffbc..85ec11a 100644 Binary files a/oee/__pycache__/urls.cpython-310.pyc and b/oee/__pycache__/urls.cpython-310.pyc differ diff --git a/oee/settings.py b/oee/settings.py index a448389..7f28636 100644 --- a/oee/settings.py +++ b/oee/settings.py @@ -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