diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..8f13213 --- /dev/null +++ b/.github/FUNDING.yml @@ -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'] diff --git a/README.md b/README.md index 33471e2..577b867 100644 --- a/README.md +++ b/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 ![dj-lms-dashboard](https://user-images.githubusercontent.com/60693922/212262964-5b5f2cb9-59b6-4be8-bf29-63a5265a7a9e.png) @@ -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 - -# Support me with your mighty star ✨🤩 +# Useful? Give that star ⭐️ a click! 😊