Commit f70e74dc by José Padilla Committed by GitHub

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

Update API guide section referring to DOT
parents b069b0d3 5002d1a9
......@@ -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',
)
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment