mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-25 00:34:21 +03:00
Update DOT docs
DOT renamed `ext` to `contrib` on their new release `1.0.0`
This commit is contained in:
parent
b069b0d33a
commit
5002d1a9ae
|
@ -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