management
|
Add: user profile backfill management command
|
2025-01-31 22:47:34 +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 jwt logout view
|
2025-02-02 23:45:29 +01:00 |
views.py
|
Add jwt logout view
|
2025-02-02 23:45:29 +01:00 |