TurTaskWeb/backend/users
2023-11-28 11:26:10 +07:00
..
migrations Modify user model, remove unuse function 2023-11-23 03:13:19 +07:00
__init__.py Setup Google Oauth 2023-10-27 01:50:19 +07:00
admin.py Add Authenticate API endpoint / Add CustomUser models 2023-10-27 21:39:59 +07:00
apps.py Use signal to create UserStats Instead 2023-11-06 18:34:41 +07:00
managers.py Add Authenticate API endpoint / Add CustomUser models 2023-10-27 21:39:59 +07:00
models.py Modify user model, remove unuse function 2023-11-23 03:13:19 +07:00
serializers.py Fix error when not upload image / Use username instead of first name in profile 2023-11-28 11:26:10 +07:00
signals.py Move user creation related signal to user.signals 2023-11-26 09:25:50 +07:00
tests.py Add user creation signal test and Spectacular need Authentication 2023-11-26 10:10:45 +07:00
urls.py Add user data retreival viewset 2023-11-27 14:17:37 +07:00
views.py Fix error when not upload image / Use username instead of first name in profile 2023-11-28 11:26:10 +07:00