Merge branch 'main' of https://github.com/adilmohak/django-lms
This commit is contained in:
commit
3193b0ac6d
13
.github/FUNDING.yml
vendored
Normal file
13
.github/FUNDING.yml
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
# These are supported funding model platforms
|
||||
|
||||
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
|
||||
patreon: Adilmohak
|
||||
open_collective: # Replace with a single Open Collective username
|
||||
ko_fi: # Replace with a single Ko-fi username
|
||||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
|
||||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
|
||||
liberapay: # Replace with a single Liberapay username
|
||||
issuehunt: # Replace with a single IssueHunt username
|
||||
otechie: # Replace with a single Otechie username
|
||||
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
|
||||
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
|
||||
20
README.md
20
README.md
@ -1,7 +1,8 @@
|
||||
# Learning management system using Django and Bootstrap
|
||||
|
||||
### I would love to see you contribute 👩💻👩💻, feel free to contribute :)
|
||||
### I would love to see you contribute 👩💻👩💻, feel free to contribute and get awesome GitHub achievements :)
|
||||
### Demo video: https://youtu.be/KKIeRXwZ-Sw
|
||||
### Setup video: https://youtu.be/gMJfENDEyUs
|
||||
|
||||

|
||||
|
||||
@ -37,15 +38,19 @@ Current features
|
||||
|
||||
# Installation
|
||||
|
||||
First Clone the repo with `git clone https://github.com/adilmohak/django-lms.git`
|
||||
- First Clone the repo with `git clone https://github.com/adilmohak/django-lms.git`
|
||||
|
||||
Run the following command inside the root directory
|
||||
- Create and activate a python virtual environment
|
||||
|
||||
`pip install -r requirements.txt`
|
||||
- `pip install -r requirements.txt`
|
||||
|
||||
Then open your `settings.py` file and setup your database (name, username, password)
|
||||
- Create `.env` file inside the root directory and setup your database (DB_NAME, DB_USER, DB_PASSWORD, DB_HOST, DB_PORT)
|
||||
|
||||
`python manage.py runserver`
|
||||
- `python manage.py makemigrations`
|
||||
|
||||
- `python manage.py migrate`
|
||||
|
||||
- `python manage.py runserver`
|
||||
|
||||
Last but not least, go to this address http://127.0.0.1:8000
|
||||
|
||||
@ -69,5 +74,4 @@ Last but not least, go to this address http://127.0.0.1:8000
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
# Support me with your mighty star ✨🤩
|
||||
# Useful? Give that star ⭐️ a click! 😊
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user