This application is used by guides and faculties present in panel to evaluate 8th semester project of interns and teams comprising of students according to the specified rubrics.
This project implements Mulitple User Types in Django
- Python
- Django
- MySQL database
- Javascript
- Bootstrap
- HTML
- Create python virtual environment and activate it
- Execute
pip3 install Django mysqlclient
- Create database in MySQL called
project_eval
- Run migations by executing
python3 manage.py migrate
- Start the server by executing
python3 manage.py runserver