We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e4fb37 commit aaa44a2Copy full SHA for aaa44a2
docs/views/application.rst
@@ -2,7 +2,11 @@ Application Views
2
=================
3
4
A set of views is provided to let users handle application instances without accessing Django Admin
5
-Site.
+Site. Application views are listed at the url `applications/` and you can register a new one at the
6
+url `applications/register`. You can override default templates located in
7
+`templates/oauth2_provider` folder and provide a custom layout. Every view provides access only to
8
+data belonging to the logged in user who performs the request.
9
+
10
11
.. automodule:: oauth2_provider.views.application
12
:members:
0 commit comments