ROLL_NUMBER 2015110
Project Title!
Design a dashboard to manage transporter vehicles
How to run it! Install Python Install Django pip install django Make migrations python manage.py makemigrations Migrate the changes to the database python manage.py migrate Run the server python manage.py runserver