This website requires JavaScript.
Explore
Help
Sign in
Chneemann
/
join-api
Watch
1
Star
0
Fork
You've already forked join-api
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
23233c15e9
join-api
/
user_app
History
Chneemann
23233c15e9
chore: minor adjustments to the admin panel
2025-03-29 23:09:48 +01:00
..
migrations
feat: add user management app with custom User model, serializer, and viewset
2025-03-20 23:43:12 +01:00
__init__.py
feat: add user management app with custom User model, serializer, and viewset
2025-03-20 23:43:12 +01:00
admin.py
chore: minor adjustments to the admin panel
2025-03-29 23:09:48 +01:00
apps.py
feat: integrated signals and moved user receiver logic there; added test for user cache functionality
2025-03-25 09:03:27 +01:00
caching.py
feat: optimized models, views and caching, added Signals for task_app
2025-03-29 18:55:46 +01:00
models.py
chore: minor adjustments to the admin panel
2025-03-29 23:09:48 +01:00
serializers.py
feat: updated UserModel, changed status to is_online and added is_contact_only
2025-03-29 22:48:37 +01:00
signals.py
feat: optimized models, views and caching, added Signals for task_app
2025-03-29 18:55:46 +01:00
tests.py
feat: optimized models, views and caching, added Signals for task_app
2025-03-29 18:55:46 +01:00
views.py
feat: updated UserModel, changed status to is_online and added is_contact_only
2025-03-29 22:48:37 +01:00