diff --git a/demo/demo/settings.py b/demo/demo/settings.py index 860680b..34d11b0 100644 --- a/demo/demo/settings.py +++ b/demo/demo/settings.py @@ -108,7 +108,6 @@ ACCOUNT_EMAIL_VERIFICATION = 'mandatory' REST_FRAMEWORK = { 'DEFAULT_AUTHENTICATION_CLASSES': ( - 'rest_framework.authentication.BasicAuthentication', 'rest_framework.authentication.SessionAuthentication', 'rest_framework.authentication.TokenAuthentication', )