Update README.md

This commit is contained in:
Adil Mohak 2023-08-04 12:48:29 +03:00 committed by GitHub
parent 01392ad18c
commit e3da83ad20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,6 +36,13 @@ 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
# Pre-requisites:
> The following programs are required to run the project
- [Any Python-3 version](https://www.python.org/downloads/)
- [PostgreSQL database](https://www.postgresql.org/download/)
# Installation # Installation
- Clone the repo with `git clone https://github.com/adilmohak/django-lms.git` - Clone the repo with `git clone https://github.com/adilmohak/django-lms.git`