Remove global permission class

This interferes with Core API schema endpoint
This commit is contained in:
José Padilla 2017-11-24 14:27:10 -05:00
parent ef11535aa5
commit 9c528016fb
No known key found for this signature in database
GPG Key ID: AAE3EF579B2987B1

View File

@ -142,9 +142,6 @@ We'd also like to set a few global settings. We'd like to turn on pagination, a
)
REST_FRAMEWORK = {
'DEFAULT_PERMISSION_CLASSES': [
'rest_framework.permissions.IsAdminUser',
],
'PAGE_SIZE': 10
}