From 2267c40ab092e664ab465775e104e642bd7ec0a3 Mon Sep 17 00:00:00 2001 From: thanosrvk5 <79224089+thanosrvk5@users.noreply.github.com> Date: Fri, 14 Jan 2022 12:19:17 +0530 Subject: [PATCH] Update settings.py --- Chapter01/mysite/mysite/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Chapter01/mysite/mysite/settings.py b/Chapter01/mysite/mysite/settings.py index b0ca948..bf37beb 100644 --- a/Chapter01/mysite/mysite/settings.py +++ b/Chapter01/mysite/mysite/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