alternative-backend-service/users
2025-12-05 11:34:58 +00:00
..
migrations feat: remove initial migrations for meetings and users models 2025-12-05 11:34:58 +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: refactor contact message handling and update appointment request model 2025-12-01 18:40:56 +00:00
utils.py feat: add contact form functionality with admin management 2025-11-28 15:52:06 +00:00
views.py feat: refactor contact message handling and update appointment request model 2025-12-01 18:40:56 +00:00