diff --git a/model_deployment/server/settings.py b/model_deployment/server/settings.py index 71c3e66..ccc9776 100644 --- a/model_deployment/server/settings.py +++ b/model_deployment/server/settings.py @@ -26,7 +26,7 @@ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['localhost', '0.0.0.0'] # Application definition