Update README.md
This commit is contained in:
parent
a2c969e3e4
commit
ebf03f1feb
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Feature-rich learning management system. Let's enhance the project by contributing! 👩💻👩💻
|
Feature-rich learning management system. Let's enhance the project by contributing! 👩💻👩💻
|
||||||
|
|
||||||
- Demo video: https://youtu.be/KKIeRXwZ-Sw *Please note that the video does not feature the most recent UI design.*
|
- Demo video: https://youtu.be/KKIeRXwZ-Sw *Please note that the video does not showcase the latest updates on UI design and backend functionality.*
|
||||||
- Setup video: https://youtu.be/gMJfENDEyUs
|
- Setup video: https://youtu.be/gMJfENDEyUs
|
||||||
|
|
||||||

|

|
||||||
@ -56,12 +56,13 @@ Current features
|
|||||||
```config
|
```config
|
||||||
DB_NAME=[YOUR_DB_NAME]
|
DB_NAME=[YOUR_DB_NAME]
|
||||||
DB_USER=[DB_ADMIN_NAME]
|
DB_USER=[DB_ADMIN_NAME]
|
||||||
DB_PASSWORD=[DB_PASSWORD]
|
DB_PASSWORD=[DB_ADMIN_PASSWORD]
|
||||||
DB_HOST=localhost
|
DB_HOST=localhost
|
||||||
DB_PORT=
|
DB_PORT=[YOUR_POSTGRES_PORT default is 5432]
|
||||||
USER_EMAIL=[YOUR_EMAIL]
|
USER_EMAIL=[YOUR_EMAIL]
|
||||||
USER_PASSWORD=[EMAIL_PASSWORD]
|
USER_PASSWORD=[EMAIL_PASSWORD]
|
||||||
DEBUG=True
|
DEBUG=True
|
||||||
|
SECRET_KEY=[YOUR_SECRET_KEY]
|
||||||
```
|
```
|
||||||
|
|
||||||
- `python manage.py makemigrations`
|
- `python manage.py makemigrations`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user