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
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue