From 7b46f212034895b760cc4e6f70ac782314d45ea1 Mon Sep 17 00:00:00 2001 From: Adil Mohak <60693922+adilmohak@users.noreply.github.com> Date: Thu, 2 Feb 2023 18:01:13 +0300 Subject: [PATCH 1/5] Update README.md --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 33471e2..7191f16 100644 --- a/README.md +++ b/README.md @@ -37,15 +37,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_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 From 38c198cca8d154845677265183fe4d45d79f461f Mon Sep 17 00:00:00 2001 From: Adil Mohak <60693922+adilmohak@users.noreply.github.com> Date: Fri, 3 Feb 2023 12:14:13 +0300 Subject: [PATCH 2/5] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7191f16..d4b0571 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ ### I would love to see you contribute 👩‍💻👩‍💻, feel free to contribute :) ### 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) @@ -43,7 +44,7 @@ Current features - `pip install -r requirements.txt` -- Create `.env` file inside the root directory and setup your database (DB_NAME, DB_USER, DB_PASSWORD, DB_PORT) +- Create `.env` file inside the root directory and setup your database (DB_NAME, DB_USER, DB_PASSWORD, DB_HOST, DB_PORT) - `python manage.py makemigrations` From ff168f5f67e7adc4c7b232b0cfa6d1007b0351c4 Mon Sep 17 00:00:00 2001 From: Adil Mohak <60693922+adilmohak@users.noreply.github.com> Date: Fri, 3 Feb 2023 17:21:54 +0300 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4b0571..7e8b11b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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 From b12feffe33e1d983e8c4e1be9aee99e9c7f65186 Mon Sep 17 00:00:00 2001 From: Adil Mohak <60693922+adilmohak@users.noreply.github.com> Date: Tue, 7 Mar 2023 14:59:58 +0300 Subject: [PATCH 4/5] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e8b11b..577b867 100644 --- a/README.md +++ b/README.md @@ -74,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! 😊 From b65efd28a9f372023e4e90197e9040faaaa7ffe3 Mon Sep 17 00:00:00 2001 From: Adil Mohak <60693922+adilmohak@users.noreply.github.com> Date: Mon, 3 Apr 2023 11:16:58 +0300 Subject: [PATCH 5/5] Create FUNDING.yml --- .github/FUNDING.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/FUNDING.yml 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']