A comprehensive solution for managing online examinations, assessments, and student evaluations.
Download Latest Versionpython -m venv venv
source venv/bin/activate
(Linux/Mac)
venv\Scripts\activate
(Windows)
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
python manage.py runserver
URL: /main-admin
or /admin
Use the superuser credentials you created during installation
URL: /teacher
Use the superuser credentials you created during installation
URL: /login/
Register a new student account after installation
For technical support or questions: