alternative-backend-service/users
saani cd5ad1d753 feat: add contact form functionality with admin management
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.
2025-11-28 15:52:06 +00:00
..
migrations feat: add contact form functionality with admin management 2025-11-28 15:52:06 +00:00
__init__.py Add initial Django project structure with user authentication and profile management 2025-11-12 11:51:27 +00:00
admin.py feat: add contact form functionality with admin management 2025-11-28 15:52:06 +00:00
apps.py Add initial Django project structure with user authentication and profile management 2025-11-12 11:51:27 +00:00
backends.py Add initial Django project structure with user authentication and profile management 2025-11-12 11:51:27 +00:00
managers.py # Commit Message 2025-11-23 23:06:17 +00:00
models.py feat: add contact form functionality with admin management 2025-11-28 15:52:06 +00:00
serializers.py feat: add contact form functionality with admin management 2025-11-28 15:52:06 +00:00
tests.py Add initial Django project structure with user authentication and profile management 2025-11-12 11:51:27 +00:00
urls.py feat: add contact form functionality with admin management 2025-11-28 15:52:06 +00:00
utils.py feat: add contact form functionality with admin management 2025-11-28 15:52:06 +00:00
views.py feat: add contact form functionality with admin management 2025-11-28 15:52:06 +00:00