alternative-backend-service/users
2025-11-13 00:52:34 +00:00
..
migrations Implement user model with custom user manager and update admin serializers 2025-11-13 00:52:34 +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 Implement user model with custom user manager and update admin serializers 2025-11-13 00:52:34 +00:00
models.py Implement user model with custom user manager and update admin serializers 2025-11-13 00:52:34 +00:00
serializers.py Implement user model with custom user manager and update admin serializers 2025-11-13 00:52:34 +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 Add initial Django project structure with user authentication and profile management 2025-11-12 11:51:27 +00:00
views.py Add initial Django project structure with user authentication and profile management 2025-11-12 11:51:27 +00:00