File: application.rst

package info (click to toggle)
django-oauth-toolkit 3.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,156 kB
  • sloc: python: 11,100; makefile: 159; javascript: 9; sh: 6
file content (12 lines) | stat: -rw-r--r-- 550 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Application Views
=================

A set of views is provided to let users handle application instances without accessing Django Admin
Site. Application views are listed at the url ``applications/`` and you can register a new one at the
url ``applications/register``. You can override default templates located in
:file:`templates/oauth2_provider` folder and provide a custom layout. Every view provides access only to
data belonging to the logged in user who performs the request.


.. automodule:: oauth2_provider.views.application
    :members: