Skip to content

Commit

Permalink
Add LOGIN_URL settings in getting_started.rst (#1162)
Browse files Browse the repository at this point in the history
Co-authored-by: Mumin <muminur.rahman@ucb.com.bd>
  • Loading branch information
mumin91 and Mumin committed Nov 10, 2023
1 parent 5d5246a commit 4f59b06
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 4f59b06

Please sign in to comment.