Gallery-Archivist/backend/api/user
2025-01-28 22:16:56 +01:00
..
migrations Add: base for user api app 2025-01-28 22:05:10 +01:00
__init__.py Add: base for user api app 2025-01-28 22:05:10 +01:00
admin.py Add: user profile model to django admin page 2025-01-28 22:06:46 +01:00
apps.py Add: base for user api app 2025-01-28 22:05:10 +01:00
models.py Add: UserProfile model 2025-01-28 22:06:23 +01:00
serializers.py Add: UserProfile & User model serializers 2025-01-28 22:09:47 +01:00
tests.py Add: base for user api app 2025-01-28 22:05:10 +01:00
urls.py Add: user profile api url path 2025-01-28 22:16:56 +01:00
views.py Add: user profile view 2025-01-28 22:13:07 +01:00