Merge branch 'main' of github.com:adilmohak/django-lms
This commit is contained in:
commit
a2c969e3e4
@ -1,11 +1,11 @@
|
|||||||
# Learning management system using django web framework
|
# Learning management system using django web framework
|
||||||
|
|
||||||
I made the system easy to understand yet feature-rich. 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 feature the most recent UI design.*
|
||||||
- Setup video: https://youtu.be/gMJfENDEyUs
|
- Setup video: https://youtu.be/gMJfENDEyUs
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Current features
|
Current features
|
||||||
----------------
|
----------------
|
||||||
@ -41,7 +41,7 @@ Current features
|
|||||||
|
|
||||||
> The following programs are required to run the project
|
> The following programs are required to run the project
|
||||||
|
|
||||||
- [Python3.6+](https://www.python.org/downloads/)
|
- [Python3.8+](https://www.python.org/downloads/)
|
||||||
- [PostgreSQL database](https://www.postgresql.org/download/)
|
- [PostgreSQL database](https://www.postgresql.org/download/)
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
@ -61,8 +61,7 @@ DB_HOST=localhost
|
|||||||
DB_PORT=
|
DB_PORT=
|
||||||
USER_EMAIL=[YOUR_EMAIL]
|
USER_EMAIL=[YOUR_EMAIL]
|
||||||
USER_PASSWORD=[EMAIL_PASSWORD]
|
USER_PASSWORD=[EMAIL_PASSWORD]
|
||||||
STRIPE_SECRET_KEY=LEAVE_THIS_BLANK_FOR_NOW
|
DEBUG=True
|
||||||
STRIPE_PUBLISHABLE_KEY=LEAVE_THIS_BLANK_FOR_NOW
|
|
||||||
```
|
```
|
||||||
|
|
||||||
- `python manage.py makemigrations`
|
- `python manage.py makemigrations`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user