Gallery-Archivist/backend/api/user
2025-04-10 22:35:55 +02:00
..
management Remove: old comment 2025-04-10 22:34:47 +02: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 Fix: comments in user serializer 2025-04-10 22:35:55 +02:00
tests.py Add: base for user api app 2025-01-28 22:05:10 +01:00
urls.py Remove: old logout view class 2025-02-08 17:58:07 +01:00
views.py Refactor: ProfileView to use the RetriveUpdateAPIView class 2025-02-08 17:59:30 +01:00