django-authority/example
2009-07-03 15:41:21 +02:00
..
exampleapp Fixed decorator to only check for permissions if user is logged in. Added permission_denied view to be used when permission check unsuccessful, e.g. with the new permission_required_or_403 decorator. The permission_required decorator will redirect to the login form by default. 2009-07-03 15:41:21 +02:00
templates Updated example project to use the latest additions to django-authority 2009-06-22 01:07:26 +02:00
__init__.py Added example project 2009-06-08 12:03:49 +02:00
development.py Added example project 2009-06-08 12:03:49 +02:00
production.py Added example project 2009-06-08 12:03:49 +02:00
settings.py Updated example project to use the latest additions to django-authority 2009-06-22 01:07:26 +02:00
urls.py Add an alternative Django 1.0.2 section to the buildout. Use django-debug-toolbar's released version instead of latest development version. 2009-07-03 15:34:42 +02:00