Revert changes to base.py

This commit is contained in:
Aarni Halinen
2018-07-10 22:42:05 +03:00
parent c66c8e7367
commit efde69984d
+1 -2
View File
@@ -220,8 +220,7 @@ REST_FRAMEWORK = {
'rest_framework.permissions.IsAdminUser',
),
'DEFAULT_AUTHENTICATION_CLASSES': (
'rest_framework.authentication.SessionAuthentication',
'rest_framework.authentication.BasicAuthentication',
'rest_framework.authentication.TokenAuthentication',
),
'DEFAULT_THROTTLE_CLASSES': (
'members.throttles.BurstRateThrottle',