SmartPicasso/rest-app/smartpicasso/app/user
2020-12-01 19:25:25 +01:00
..
__pycache__ SMART-30 test for User model 2020-12-01 19:25:25 +01:00
migrations SMART-31 added JWT settings to settings.py 2020-12-01 17:37:25 +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-31 created serializer for user login 2020-12-01 17:48:39 +01:00
tests.py SMART-30 test for User model 2020-12-01 19:25:25 +01:00
urls.py SMART-30 tests for authenticate endpoint 2020-12-01 19:02:07 +01:00
views.py SMART-31 created endpoint for logging the user 2020-12-01 18:01:35 +01:00