UNKNOWN
Project description
iAdmin is a replacement of standard django admin application.
Features
tabbed view of inlines
mass updates functionality
export to csv with options and formatting
link to foreignkey edit page from changelist (list_display_rel_links)
filter by cell values (cell_filters)
info page with packages, installed apps version, database info
Please read online documentation at http://readthedocs.org/docs/django-iadmin/en/latest/
Project links
Project home page: https://github.com/saxix/django-iadmin
Documentation: http://django-iadmin.readthedocs.org/en/latest/
Isssue tracker: https://github.com/saxix/django-iadmin/issues?sort
Installation
Read installation instruction at http://readthedocs.org/docs/django-iadmin/en/latest/install/