django-admin-import 0.1.0
import tool atachable to allmost every django admin
Latest Version: 0.2.1
Notice: This application is still under heavy development and every thing can be subject of change.
Add admin_import to INSTALLED_APPS in your settings file.
Add an import to your admin like so:
- try:
from admin_import.options import add_import
- except ImportError:
pass
- else:
add_import(InviteeAdmin)
Add a button in your admin by overriding the list_view template.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| django-admin-import-0.1.0.tar.gz (md5) | Source | 2011-08-30 | 5KB | 311 | |
- Author: Marc Egli
- Home Page: http://github.com/allink/django-admin-import/
- License: BSD License
- Platform: OS Independent
- Requires Django(>=1.3)
- Categories
- Package Index Owner: frog32
- DOAP record: django-admin-import-0.1.0.xml
