From bad70358192a567452b82df1d8451abab7ea5fb5 Mon Sep 17 00:00:00 2001 From: shubham-sd Date: Sat, 16 Sep 2023 19:19:30 +0530 Subject: [PATCH 1/2] added requirement.txt file --- db.sqlite3 | Bin 139264 -> 139264 bytes requirements.txt | 3 +++ 2 files changed, 3 insertions(+) create mode 100644 requirements.txt diff --git a/db.sqlite3 b/db.sqlite3 index 9bbb45966a0647d682a6f038e8da2f2bd662ef2e..0855ce7da6b5b739271db6fc5fd73641e3c86862 100644 GIT binary patch delta 136 zcmZoTz|nAkV}dl}&WSS4tUDR>@^)@a3Daj26K7>MW}JMGN4WX2{`SlIjFuOe_<6VT zG5zQB^ATfXFm!a}$W6>kOixuP$w*Zws8mSH%tpFtpS)G}1LNQZTfzGBmL=vCuO# THZ?Ic#3f^Du|1lfX{i7Jh@T`e diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..b5b9023b --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +Django==2.2.7 +pytz==2023.3.post1 +sqlparse==0.4.4 From 199774140f58506e77ac0cfe8d035b938af11c2a Mon Sep 17 00:00:00 2001 From: Shubham S Dandekar <60695683+shubham-sd@users.noreply.github.com> Date: Sat, 16 Sep 2023 20:14:51 +0530 Subject: [PATCH 2/2] Update settings.py --- todoApp/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/todoApp/settings.py b/todoApp/settings.py index 76bff1be..3ddca0e4 100644 --- a/todoApp/settings.py +++ b/todoApp/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