django-iadmin

UNKNOWN


License
BSD-3-Clause
Install
pip install django-iadmin==0.1.11

Documentation

Django iAdmin

This repository is not maintained, and will not be updated. Some functionalities have been moved to external applications. Please take a look at:

https://github.com/saxix/django-adminactions https://github.com/saxix/django-ichangelist https://github.com/saxix/django-adminfilters
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/