I have created a web application that allows operators to manage customer bookings.
- Django
- MySQL
- HTML/CSS
- Bootstrap
- Create, read, update, and delete customer records
- Create, read, update, and delete booking records
- Create,read location and drone shot records
- Display all relevant information in a clear and concise manner
- Hndle errors and exceptions gracefully
- Add validation checks to ensure data is entered correctly
- pip install django
- python manage.py makemigrations
- python manage.py migrate
- python manage.py runserver