Explorar o código

Auth is jamming up the works right now

Colin Powell %!s(int64=2) %!d(string=hai) anos
pai
achega
1476fe37ca
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      vrobbler/settings.py

+ 2 - 2
vrobbler/settings.py

@@ -159,8 +159,8 @@ AUTHENTICATION_BACKENDS = [
 REST_FRAMEWORK = {
     "DEFAULT_PERMISSION_CLASSES": ("rest_framework.permissions.AllowAny",),
     'DEFAULT_AUTHENTICATION_CLASSES': [
-        'rest_framework.authentication.BasicAuthentication',
-        'rest_framework.authentication.TokenAuthentication',
+        #'rest_framework.authentication.BasicAuthentication',
+        #'rest_framework.authentication.TokenAuthentication',
         'rest_framework.authentication.SessionAuthentication',
     ],
     "DEFAULT_PAGINATION_CLASS": "rest_framework.pagination.PageNumberPagination",