From 60eeccf94c20180499c2ac3eb0aa309efa27b3b4 Mon Sep 17 00:00:00 2001 From: Ramitha <130381470+Ramithaaa@users.noreply.github.com> Date: Wed, 16 Aug 2023 09:30:58 +0530 Subject: [PATCH] Update settings.py --- django_web_app/django_web_app/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_web_app/django_web_app/settings.py b/django_web_app/django_web_app/settings.py index cfaf5b2e..11215819 100644 --- a/django_web_app/django_web_app/settings.py +++ b/django_web_app/django_web_app/settings.py @@ -25,7 +25,7 @@ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['*'] # Application definition