Merge pull request #5222 from menecio/menecio-update-dot-drf-contrib-path

Update API guide section referring to DOT
This commit is contained in:
José Padilla 2017-06-17 09:19:56 -04:00 committed by GitHub
commit f70e74dca2

View File

@ -300,7 +300,7 @@ Add the package to your `INSTALLED_APPS` and modify your REST framework settings
REST_FRAMEWORK = {
'DEFAULT_AUTHENTICATION_CLASSES': (
'oauth2_provider.ext.rest_framework.OAuth2Authentication',
'oauth2_provider.contrib.rest_framework.OAuth2Authentication',
)
}