django-admin2/djadmin2
Rivo Laks e29767a208 Create view permissions for all models when syncdb is run
Works exactly the same way as that of the standard add/change/delete permissions
(the code is in fact copied from there).
2013-05-18 15:09:14 +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 Create view permissions for all models when syncdb is run 2013-05-18 15:09:14 +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