From 4d0bd5557794419144657b776a2a0297c583af84 Mon Sep 17 00:00:00 2001 From: SiddhiPrada Mohapatro <94739300+Siddhipradamohapatro120503@users.noreply.github.com> Date: Mon, 10 Jul 2023 18:43:08 +0530 Subject: [PATCH] Update settings.py --- todo_list/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todo_list/settings.py b/todo_list/settings.py index ab9bba2..5f7b4a4 100644 --- a/todo_list/settings.py +++ b/todo_list/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