Online parking lot reservation, it helps users to reserve/book the parking space for their vehicle online
python 3
django version 4.0.2 pip install django
also install django-extensions pip install django-extensions
go the project folder where the manage.py file is located.
open the terminal run command python manage.py migrate
then finally run the command python manage.py runserver
.