Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1 KB

README.rst

File metadata and controls

36 lines (24 loc) · 1 KB

Django iAdmin

https://secure.travis-ci.org/saxix/django-iadmin.png?branch=master

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

Installation

Read installation instruction at http://readthedocs.org/docs/django-iadmin/en/latest/install/