Update DOT docs

DOT renamed `ext` to `contrib` on their new release `1.0.0`
This commit is contained in:
Aristóbulo Meneses 2017-06-17 15:02:22 +02:00 committed by GitHub
parent b069b0d33a
commit 5002d1a9ae

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',
)
}