Skip to content

Setting It Up

Harsh Narayan Jha edited this page Aug 29, 2023 · 1 revision

Setting it Up

For Developers

First clone the repository, install all dependencies and run python3 manage.py makemigrations and python3 manage.py migrate. This will setup the Database. Then create a superuser by running python3 manage.py createsuperuser. Login at https://localhost:8000/admin and create accounts for Exam Admins via the admin site. Pass them their credentials.


Back to Home

Next to First Steps

Clone this wiki locally