Add a complete contact form system with the following changes: - Create ContactMessage model to store form submissions with tracking fields (is_read, is_responded) - Implement ContactMessage admin interface with custom actions, filters, and bulk operations - Add contact endpoint documentation to API root view - Update email configuration to use admin@attunehearttherapy.com as sender address This enables users to submit contact inquiries and allows administrators to track and manage these messages efficiently through the Django admin panel. |
||
|---|---|---|
| .. | ||
| admin_contact_notification.html | ||
| admin_notification.html | ||
| appointment_rejected.html | ||
| appointment_scheduled.html | ||
| base.html | ||
| otp_verification.html | ||
| password_reset_otp.html | ||
| user_contact_confirmation.html | ||