mirror of
https://github.com/jazzband/django-authority.git
synced 2026-05-05 06:04:45 +00:00
Docs: Updated index site.
This commit is contained in:
parent
d7291d5c13
commit
1794466b7a
2 changed files with 21 additions and 7 deletions
BIN
docs/.static/authority-scheme-layer.png
Normal file
BIN
docs/.static/authority-scheme-layer.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
|
|
@ -4,19 +4,33 @@
|
|||
Welcome to django-authority's documentation!
|
||||
============================================
|
||||
|
||||
A Django app for per-object-permissions, loosely based on
|
||||
`django-granular-permissions`_.
|
||||
django-authority is a layer between Django's basic permission system (provided
|
||||
through ``django.contrib.auth`` and your application:
|
||||
|
||||
.. _django-granular-permissions: http://code.google.com/p/django-granular-permissions/
|
||||
.. image:: .static/authority-scheme-layer.png
|
||||
|
||||
.. note:: django-authority does not add any voodoo-schmoodoo to Django's
|
||||
contrib.auth system so your existing permission system keeps intact!
|
||||
|
||||
Summarized this application provides three abilities:
|
||||
|
||||
1. It gives you the ability to add permissions like Django's generic permissions
|
||||
to any kind of model without storing them in the model's META attribute.
|
||||
|
||||
2. It provides a very simple way to create per-object-permissions. (Also known
|
||||
as row level permissions)
|
||||
|
||||
3. It wraps Django's generic permissions so you can use the same syntax as
|
||||
for the above ones.
|
||||
|
||||
Before staring please have a look on the topics:
|
||||
|
||||
.. toctree::
|
||||
:numbered:
|
||||
:glob:
|
||||
|
||||
installation
|
||||
configuration
|
||||
*
|
||||
|
||||
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
|
|
|||
Loading…
Reference in a new issue