Skip to content

Commit

Permalink
Add LOGIN_URL settings in getting_started.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Mumin authored and dopry committed Nov 10, 2023
1 parent 5d5246a commit 60ee8d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/rest-framework/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ Also add the following to your `settings.py` module:
)
}
LOGIN_URL = '/admin/login/'
`OAUTH2_PROVIDER.SCOPES` setting parameter contains the scopes that the application will be aware of,
so we can use them for permission check.

Expand Down

0 comments on commit 60ee8d5

Please sign in to comment.