django-admin2/djadmin2
Rivo Laks c4dbe6f735 Implement proper permission checkin in Admin2
Uses Django's builtin per-model permissions (add/change/delete plus view which we'll add)
and also supports per-object permissions.
2013-05-18 15:07:34 +02:00
..
static/themes/bootstrap Add Bootstrap theme files. 2013-05-18 12:10:10 +02:00
templates/admin2 Getting admin2 to use the bootstrap theme properly. 2013-05-18 13:57:22 +02:00
tests Rename package to djadmin2 2013-05-18 11:52:03 +02:00
__init__.py Rename package to djadmin2 2013-05-18 11:52:03 +02:00
exceptions.py Rename package to djadmin2 2013-05-18 11:52:03 +02:00
forms.py Rename package to djadmin2 2013-05-18 11:52:03 +02:00
mixins.py getting the views to work 2013-05-18 12:57:01 +02:00
models.py Implement proper permission checkin in Admin2 2013-05-18 15:07:34 +02:00
urls.py Enabled admin at admin/ in example. Put admin2 at admin2/. 2013-05-18 13:17:15 +02:00
utils.py Design documenting 2013-05-18 13:45:31 +02:00
views.py Enabled admin at admin/ in example. Put admin2 at admin2/. 2013-05-18 13:17:15 +02:00