Merge feature-sidebar with conflicts

This commit is contained in:
Jan Tuomi
2017-05-27 11:30:22 +03:00
7 changed files with 66 additions and 3 deletions
+1
View File
@@ -138,6 +138,7 @@ REST_FRAMEWORK = {
'DEFAULT_PERMISSION_CLASSES': (
'rest_framework.permissions.IsAuthenticated',
'rest_framework.permissions.DjangoModelPermissions',
'rest_framework.permissions.IsAdminUser',
),
'DEFAULT_THROTTLE_CLASSES': (
'members.throttles.BurstRateThrottle',