****************************************************
The :mod:`repoze.what` plugin for Django integration
****************************************************

:Author: Gustavo Narea (sponsored by `2degrees, Ltd. <http://www.2degreesnetwork.com/>`_).
:Latest release: |release|

.. module:: repoze.what.plugins.dj
    :synopsis: Authorization with repoze.what in Django applications
.. moduleauthor:: Gustavo Narea <gustavonarea@degreesnetwork.com>


.. rubric:: Extensible authorization system for Django applications.

.. topic:: Overview

    **repoze.what-django** is a package that makes it possible to use the
    authorization framework :mod:`repoze.what` in `Django
    <http://www.djangoproject.com>`_ applications. It doesn't only play nice
    with the built-in authorization functionality in Django -- It adds many
    features Django authorization lacks.
    
    If you're looking for a fully tested, fully documented, widely used, highly
    extensible and extremely reusable authorization system for your Django
    applications, this package is for you.


Documentation
=============

.. toctree::
    :maxdepth: 3

    install
    Manual/index
    API


Support and development
=======================

The prefered place to ask questions is the `Repoze mailing list 
<http://lists.repoze.org/listinfo/repoze-dev>`_ or the `#repoze 
<irc://irc.freenode.net/#repoze>`_ IRC channel. Bugs reports and feature 
requests should be sent to `the issue tracker of the Repoze project 
<http://bugs.repoze.org/>`_.

The development mainline is available at the following Subversion repository::

    http://svn.repoze.org/repoze.what/plugins/django/trunk/


Releases
--------

.. toctree::
    :maxdepth: 2
    
    news
