Update README.md

This commit is contained in:
Adil Mohak 2023-08-04 12:42:18 +03:00 committed by GitHub
parent a8e1a45a05
commit 01392ad18c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 :) ### I would love to see you contribute 👩‍💻👩‍💻, feel free to contribute and get awesome GitHub achievements :)
### Demo video: https://youtu.be/KKIeRXwZ-Sw ### Demo video: https://youtu.be/KKIeRXwZ-Sw
@ -38,14 +38,13 @@ Current features
# Installation # 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 - Create and activate a python virtual environment
- `pip install -r requirements.txt` - `pip install -r requirements.txt`
- Create `.env` file inside the root directory and include config variables - Create `.env` file inside the root directory and include the following variables
- NOTE: Your `.env` file should contain the following variables
```config ```config
DB_NAME=[YOUR_DB_NAME] DB_NAME=[YOUR_DB_NAME]
DB_USER=[DB_ADMIN_NAME] DB_USER=[DB_ADMIN_NAME]