From 6be258c5d8ef6ec15b25b63b4ecae3036ae59135 Mon Sep 17 00:00:00 2001 From: TejasAnilkar <72147851+TejasAnilkar@users.noreply.github.com> Date: Mon, 5 Oct 2020 22:16:16 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e0645c7a..0d678221 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -# RECursionNITD-website +# Recursion_NITD-website -steps to install +Steps to Install -1. create python virtualenv -2. install all packages from requirements.txt -3. create .env file in project root with dbdetails +1. Create python virtualenv +2. Install all packages from requirements.txt +3. Create .env file in project root with dbdetails -sample: +Sample: DB_NAME=HELLO_DJANGO DB_USER=U_HELLO DB_PASSWORD=hA8(scA@!fg3*sc&xaGh&6%-l<._&xCf From 17846969afeacc8253848e674a429b9cf248fef8 Mon Sep 17 00:00:00 2001 From: TejasAnilkar <72147851+TejasAnilkar@users.noreply.github.com> Date: Mon, 5 Oct 2020 22:16:54 +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 0d678221..a61cb4cc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Recursion_NITD-website +# RECursionNITD-website Steps to Install