Django has an admin panel built in to view and edit models and users. Open localhost/admin to access admin. Login via admin(superuser) credentials created during set-up(or another admin account that you may have created).
- Add users and user groups. Add users to user_groups.
- Add problems to problem bank : bank/Problems.
- Add problems from problem bank to contest : contest/Contest Problems
- View and edit the submissions made.
- Testcase manager at /admin/testcases/ to view/edit problem testcases.
- Contest confiurations including start/end time of contest.