<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>django-authority</name>
<shortdesc>A Django app that provides generic per-object-permissions for Django's auth app.</shortdesc>
<description>================
django-authority
================

This is a Django app for per-object-permissions that includes a bunch of
helpers to create custom permission checks.

The main website for django-authority is `packages.python.org/django-authority
&lt;http://packages.python.org/django-authority/&gt;`_. You can also install
the `in-development version &lt;http://bitbucket.org/jezdez/django-authority/get/tip.gz#egg=django-authority-dev&gt;`_ 
of django-authority with ``pip install django-authority==dev`` or ``easy_install django-authority==dev``.

Example
=======

To get the example project running do:

- Bootstrap the buildout by running::

    python bootstrap.py

- Get the required packages by running::

    bin/buildout

- Sync the database::

    bin/django-trunk syncdb

- Run the development server and visit the admin at http://127.0.0.1:8000/admin/::

    bin/django-trunk runserver

Now create a flatage and open it to see some of the templatetags in action.
Don't hesitate to use the admin to edit the permission objects.

Full docs coming soon.

Please use http://bitbucket.org/jezdez/django-authority/issues/ for issues and bug reports.

Documentation
=============

The documenation is currently in development. You can create a nice looking
html version using the setup.py::

    python setup.py build_sphinx</description>
<download-page>http://bitbucket.org/jezdez/django-authority/downloads/</download-page>
<homepage rdf:resource="http://bitbucket.org/jezdez/django-authority/" />
<maintainer><foaf:Person><foaf:name>Jannis Leidel</foaf:name>
<foaf:mbox_sha1sum>b83b9ed89d08018caf563f804b1a8a10b77b23ea</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.1</revision></Version></release>
</Project></rdf:RDF>