Replace django-rest-auth with dj-rest-auth
This commit is contained in:
parent
7a81df8ec1
commit
0629f322c3
6 changed files with 71 additions and 85 deletions
|
|
@ -1,6 +1,6 @@
|
|||
from django.conf.urls import url
|
||||
from django.views.generic import TemplateView
|
||||
from rest_auth import views as rest_auth_views
|
||||
from dj_rest_auth import views as rest_auth_views
|
||||
|
||||
from . import views
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue