alternative-backend-service/users
saani 20b7455eb7 refactor(emails): update support email to admin address
- Change support email from hello@attunehearttherapy.com to admin@attunehearttherapy.com across all email templates
- Remove support contact section from admin notification template
- Standardize email addresses by hardcoding admin email in templates
- Remove unused CSS comment from base email template

This ensures consistent support contact information across the application and directs user inquiries to the appropriate admin channel.
2025-11-27 18:30:23 +00:00
..
migrations refactor(meetings): increase encrypted field lengths and add ID to admin 2025-11-27 14:43:50 +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 Implement user model with custom user manager and update admin serializers 2025-11-13 00:52:34 +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 HIPAA-compliant email and OTP authentication system 2025-11-22 02:19:44 +00:00
serializers.py feat: add user management endpoints and update appointment model 2025-11-23 13:55:04 +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 user management endpoints and update appointment model 2025-11-23 13:55:04 +00:00
utils.py refactor(emails): update support email to admin address 2025-11-27 18:30:23 +00:00
views.py feat: add API documentation with drf-spectacular and refactor views 2025-11-24 13:29:07 +00:00