Skip to content

Commit aaa44a2

Browse files
committed
applications views docs, fixes #44
1 parent 4e4fb37 commit aaa44a2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/views/application.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ Application Views
22
=================
33

44
A set of views is provided to let users handle application instances without accessing Django Admin
5-
Site.
5+
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+
610

711
.. automodule:: oauth2_provider.views.application
812
:members:

0 commit comments

Comments
 (0)