diff --git a/web/web/settings.py b/web/web/settings.py index 43d074e4..20e48b52 100644 --- a/web/web/settings.py +++ b/web/web/settings.py @@ -8,7 +8,7 @@ DEBUG = 1 ipAddress=os.popen('hostname -I | cut -d " " -f1').read().strip() -ALLOWED_HOSTS = [ipAddress, 'localhost', '127.0.0.1'] +ALLOWED_HOSTS = [ipAddress, 'localhost', '127.0.0.1', '*'] # SESSION_COOKIE_SECURE = True # CSRF_COOKIE_SECURE = True