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

@ -246,8 +246,8 @@ THIRD_PARTY_APPS = (
"oauth2_provider",
"rest_framework",
"rest_framework.authtoken",
"rest_auth",
"rest_auth.registration",
"dj_rest_auth",
"dj_rest_auth.registration",
"dynamic_preferences",
"django_filters",
"django_cleanup",