gault-millau/apps/account
2019-09-12 09:33:09 +03:00
..
management version 0.0.1: add project, model user and api 2019-08-07 16:10:23 +03:00
migrations added field cropped_image to User model 2019-09-06 13:47:37 +03:00
serializers added redirect for ConfirmEmail and ResetPassword 2019-09-11 18:53:02 +03:00
urls GM-81: Доарботать механизм авторизации при невалидированном email и изменении email 2019-09-09 15:45:51 +03:00
views fixed ChangePasswordView 2019-09-12 09:33:09 +03:00
__init__.py version 0.0.1: add project, model user and api 2019-08-07 16:10:23 +03:00
admin.py refactored account and authorization endpoints 2019-09-05 17:19:10 +03:00
apps.py version 0.0.1: add project, model user and api 2019-08-07 16:10:23 +03:00
forms.py added endpoint to account app; added "email_confirmed" field to User model; refactored auth app; 2019-08-20 15:43:59 +03:00
models.py added redirect for ConfirmEmail and ResetPassword 2019-09-11 18:53:02 +03:00
tasks.py added redirect for ConfirmEmail and ResetPassword 2019-09-11 18:53:02 +03:00
tests.py version 0.0.1: add project, model user and api 2019-08-07 16:10:23 +03:00