From 6766d1f73de256bd93d156033fb76531fcaa4b6c Mon Sep 17 00:00:00 2001 From: Chandra parwani <66173249+ChanderParwani@users.noreply.github.com> Date: Thu, 15 Oct 2020 22:01:47 +0530 Subject: [PATCH 1/2] Improve docs. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e0645c7a..158a2369 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,5 @@ DB_PORT="" 4. run python manage.py makemigrations 5. run python manage.py migrate 6. run python manage.py runserver + +following above are complete step for using this repo. From 152aeb482bfb282d4ffda6a6b0708c8507c3cd1b Mon Sep 17 00:00:00 2001 From: Chandra parwani <66173249+ChanderParwani@users.noreply.github.com> Date: Sat, 17 Oct 2020 11:40:39 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 158a2369..43f63253 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,4 @@ DB_PORT="" 5. run python manage.py migrate 6. run python manage.py runserver -following above are complete step for using this repo. +following above are complete step for using this repo..