Import tool attachable to almost every Django admin
Project description
Notice: This application is still under heavy development and everything is subject to 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 change_list.html template for your specific model.
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.2.0.tar.gz
.
File metadata
- Download URL: django-admin-import-0.2.0.tar.gz
- Upload date:
- Size: 7.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f1fc75c8bba189e63f3dcbc31bac919630598b27109866556eceb261072f557 |
|
MD5 | 55ee4c97509a1eb2d6c096c433d548c5 |
|
BLAKE2b-256 | 84f6dcb1b06b28c578da1f0157f8007f33d923a3a4f6e1e94802f8b106fff2fd |