SmartPicasso/rest-app/smartpicasso/app/user
Michal Maciaszek e05e288875 gestures google
2020-12-28 23:43:48 +01:00
..
migrations gestures google 2020-12-28 23:43:48 +01:00
__init__.py SMART-29 user app and django and implement UserManager and User class for further login logic 2020-11-30 22:10:22 +01:00
admin.py SMART-29 user app and django and implement UserManager and User class for further login logic 2020-11-30 22:10:22 +01:00
apps.py SMART-29 user app and django and implement UserManager and User class for further login logic 2020-11-30 22:10:22 +01:00
models.py SMART-29 created user_profile app, UserProfile class and made migration 2020-11-30 22:42:24 +01:00
serializers.py SMART-42 implemented retrieve user profile view 2020-12-09 19:21:30 +01:00
tests.py SMART-42 added tests for retrieve user profile endpoint 2020-12-09 20:57:11 +01:00
urls.py SMART-38 register registration endpoint 2020-12-01 22:51:14 +01:00
views.py SMART-42 registered retreive user profile endpoint 2020-12-09 19:24:41 +01:00