Update README.md

This commit is contained in:
Adil Mohak 2024-01-08 20:17:37 +03:00 committed by GitHub
parent 28b5501917
commit 4bb3b16ff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,8 @@
# Learning management system using django web framework # Learning management system using django web framework
Feature-rich learning management system. Let's enhance the project by contributing! 👩‍💻👩‍💻 Feature-rich learning management system. You may want to build a learning management system(AKA school management system) for a school organization or just for the sake of learning the tech stack and building your portfolio, either way, this project would be a good kickstart for you.
Let's enhance the project by contributing! 👩‍💻👩‍💻
- Demo video: https://youtu.be/KKIeRXwZ-Sw *Please note that the video does not showcase the latest updates on UI design and backend functionality.* - 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
@ -37,6 +39,10 @@ Current features
* Custom permission (view_sittings) added, allowing users with that permission to view quiz results from users * Custom permission (view_sittings) added, allowing users with that permission to view quiz results from users
* A marking page which lists completed quizzes, can be filtered by quiz or user, and is used to mark essay questions * A marking page which lists completed quizzes, can be filtered by quiz or user, and is used to mark essay questions
# Quick note for future contributors
If you would like to contribute, simply begin by implementing one from the list in the `TODO.txt` file.
# Pre-requisites: # Pre-requisites:
> The following programs are required to run the project > The following programs are required to run the project