django-authority/example/exampleapp
2009-07-06 16:03:56 +02:00
..
__init__.py Added example project 2009-06-08 12:03:49 +02:00
admin.py Added example project 2009-06-08 12:03:49 +02:00
models.py Added example project 2009-06-08 12:03:49 +02:00
permissions.py Renamed verbose_name attribute of permission checks to short_description for consistency 2009-07-04 11:06:01 +02:00
tests.py Added example project 2009-06-08 12:03:49 +02:00
views.py Introduce a new syntax for the decorator to not rely on the order of the arguments passed to the view function. That failed because kwargs is a dict, d'oh. 2009-07-06 16:03:56 +02:00