-
Notifications
You must be signed in to change notification settings - Fork 2
Setting It Up
Harsh Narayan Jha edited this page Aug 29, 2023
·
1 revision
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
Made with ❤️ by Harsh Narayan Jha and Abhijeet Singh Gureniya (my sir!)