Change /me to /user and allow email changes

This commit is contained in:
2020-01-13 01:03:02 +00:00
parent 56a187c576
commit f50a3ca129
7 changed files with 25 additions and 16 deletions
-4
View File
@@ -175,10 +175,6 @@ REST_FRAMEWORK = {
'DEFAULT_AUTHENTICATION_CLASSES': DEFAULT_AUTHENTICATION_CLASSES,
}
REST_AUTH_SERIALIZERS = {
'USER_DETAILS_SERIALIZER': 'apiserver.api.serializers.UserDetailsSerializer'
}
LOGGING = {
'version': 1,
'formatters': {