Culinary-web-app
Last week I worked doing the following on the culinary_webapp:
This feature adds a complete reservation form allowing users to:
Enter guest name, email, phone number
Choose party size (1–20)
Select a date (no past dates allowed)
Choose a time (between 11 AM and 11 PM)
Add optional special requests
Select multiple allergies from a predefined list
Additional Notes:
Includes form styling using Bootstrap classes.
Validates form data before saving.
Displays a success message upon reservation.
Uses Django’s
ModelForm
andCreateView
.
Partager