Replace django-rest-auth with dj-rest-auth

This commit is contained in:
Georg Krause 2022-10-08 12:48:00 +02:00
commit 0629f322c3
No known key found for this signature in database
GPG key ID: 2970D504B2183D22
6 changed files with 71 additions and 85 deletions

View file

@ -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