import tool atachable to allmost every django admin
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-admin-import-0.1.0.pre.tar.gz
.
File metadata
- Download URL: django-admin-import-0.1.0.pre.tar.gz
- Upload date:
- Size: 6.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e5afdfecd89ca76cb70be051a3de3b4fc106ce371ed7856517ca03e77cb90bc |
|
MD5 | acd83a5f3d48da8c8ec8ed983cdb5820 |
|
BLAKE2b-256 | 37c1b752655c7824def77067fc349dd977ce6b3bfed3660646a042f6ef78faa5 |