Skip to content

Commit 82a9162

Browse files
author
Mumin
committed
Add LOGIN_URL settings in getting_started.rst
1 parent 4f04a57 commit 82a9162

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/rest-framework/getting_started.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ Also add the following to your `settings.py` module:
112112
)
113113
}
114114
115+
LOGIN_URL = '/admin/login/'
116+
115117
`OAUTH2_PROVIDER.SCOPES` setting parameter contains the scopes that the application will be aware of,
116118
so we can use them for permission check.
117119

0 commit comments

Comments
 (0)