Add django-rest-auth

This commit is contained in:
2020-01-06 23:14:41 +00:00
parent c5b0a93927
commit 0232258869
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -49,6 +49,7 @@ INSTALLED_APPS = [
'rest_framework',
'rest_framework.authtoken',
'apiserver.api',
'rest_auth',
]
MIDDLEWARE = [