From 01392ad18cb63e2cda45f54a4d72911f17d857f3 Mon Sep 17 00:00:00 2001 From: Adil Mohak <60693922+adilmohak@users.noreply.github.com> Date: Fri, 4 Aug 2023 12:42:18 +0300 Subject: [PATCH] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fb049ed..3f78eb3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Learning management system using Django and Bootstrap +# Learning management system using django web framework ### I would love to see you contribute 👩‍💻👩‍💻, feel free to contribute and get awesome GitHub achievements :) ### Demo video: https://youtu.be/KKIeRXwZ-Sw @@ -38,14 +38,13 @@ Current features # Installation -- First Clone the repo with `git clone https://github.com/adilmohak/django-lms.git` +- Clone the repo with `git clone https://github.com/adilmohak/django-lms.git` - Create and activate a python virtual environment - `pip install -r requirements.txt` -- Create `.env` file inside the root directory and include config variables -- NOTE: Your `.env` file should contain the following variables +- Create `.env` file inside the root directory and include the following variables ```config DB_NAME=[YOUR_DB_NAME] DB_USER=[DB_ADMIN_NAME]