mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-22 17:47:04 +03:00
Merge pull request #5222 from menecio/menecio-update-dot-drf-contrib-path
Update API guide section referring to DOT
This commit is contained in:
commit
f70e74dca2
|
@ -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',
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user