mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-10 19:26:35 +03:00
Merge branch 'master' of github.com:Tivix/django-rest-auth
This commit is contained in:
commit
644c4d28e1
|
@ -1,3 +1,3 @@
|
|||
django==1.7
|
||||
django==1.7.1
|
||||
django-rest-auth==0.3.0
|
||||
django-allauth==0.18.0
|
||||
|
|
|
@ -11,7 +11,7 @@ from rest_framework.authentication import SessionAuthentication, \
|
|||
from rest_framework.authtoken.models import Token
|
||||
from rest_framework.generics import RetrieveUpdateAPIView
|
||||
|
||||
from app_settings import (TokenSerializer, UserDetailsSerializer,
|
||||
from .app_settings import (TokenSerializer, UserDetailsSerializer,
|
||||
LoginSerializer, PasswordResetSerializer, PasswordResetConfirmSerializer,
|
||||
PasswordChangeSerializer)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user