SmartPicasso/rest-app/smartpicasso/app/user
2020-11-30 22:54:03 +01:00
..
__pycache__ SMART-29 created user_profile app, UserProfile class and made migration 2020-11-30 22:42:24 +01:00
migrations SMART-29 created user_profile app, UserProfile class and made migration 2020-11-30 22:42:24 +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-29 created serializers for user model 2020-11-30 22:54:03 +01:00
tests.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
views.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