Skip to content

Commit 1efe210

Browse files
authored
add login warning for application registration to docs (#713)
1 parent 846ab0b commit 1efe210

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/tutorial/tutorial_01.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ the API, subject to approval by its users.
8585

8686
Let's register your application.
8787

88-
Point your browser to http://localhost:8000/o/applications/ and add an Application instance.
88+
You need to be logged in before registration. So, go to http://localhost:8000/admin and log in. After that
89+
point your browser to http://localhost:8000/o/applications/ and add an Application instance.
8990
`Client id` and `Client Secret` are automatically generated; you have to provide the rest of the informations:
9091

9192
* `User`: the owner of the Application (e.g. a developer, or the currently logged in user.)

0 commit comments

Comments
 (0)