SmartPicasso/rest-app/smartpicasso/app/user_profile
2020-12-14 13:24:23 +01:00
..
__pycache__ SMART-43 implemented user profile view 2020-12-14 13:24:23 +01:00
migrations SMART-42 added username field to UserProfile entity 2020-12-09 19:36:14 +01:00
__init__.py SMART-29 created user_profile app, UserProfile class and made migration 2020-11-30 22:42:24 +01:00
admin.py SMART-29 created user_profile app, UserProfile class and made migration 2020-11-30 22:42:24 +01:00
apps.py SMART-29 created user_profile app, UserProfile class and made migration 2020-11-30 22:42:24 +01:00
models.py SMART-42 added tests for retrieve user profile endpoint 2020-12-09 20:57:11 +01:00
tests.py SMART-42 change status code in response when user profile does not exist 2020-12-09 21:49:10 +01:00
urls.py SMART-42 registered retreive user profile endpoint 2020-12-09 19:24:41 +01:00
views.py SMART-42 change status code in response when user profile does not exist 2020-12-09 21:49:10 +01:00