Declarative export and import definitions for Django (queryset, tabular/PDF, hooks).
Project description
django-importexport-flow
Declarative export and import for Django: ExportDefinition (ContentType, manager, filters, ExportConfigTable columns, optional ExportConfigPdf); ImportDefinition with a tabular import wizard and ImportRequest audit. Admin CSV / XLSX / JSON table export.
Documentation: docs/README.md
Install
pip install django-importexport-flow
INSTALLED_APPS = [
# ...
"django.contrib.contenttypes",
"django_boosted",
"django_importexport_flow",
]
python manage.py migrate django_importexport_flow
Documentation index
| Topic | Doc |
|---|---|
| Install & settings | docs/installation.md |
| Purpose | docs/purpose.md |
| Repository layout | docs/structure.md |
| Filters & admin export | docs/filters-and-export.md |
| Import wizard | docs/import-data.md |
| Development | docs/development.md |
| AI / tooling notes | docs/AI.md |
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django_importexport_flow-0.4.0.tar.gz.
File metadata
- Download URL: django_importexport_flow-0.4.0.tar.gz
- Upload date:
- Size: 84.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f9b6f8bb6b872ea8e87ff28ab0b07d471921b59e86f7cd784e8f905a5c0e19d
|
|
| MD5 |
0aa436f6a509b7e00b95f8c6052bd78c
|
|
| BLAKE2b-256 |
59d164a551d1e4d90693936d9fca05002fa0b6c70dc44de353355b79af5e6832
|
File details
Details for the file django_importexport_flow-0.4.0-py3-none-any.whl.
File metadata
- Download URL: django_importexport_flow-0.4.0-py3-none-any.whl
- Upload date:
- Size: 97.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec8ac07890d89fb19d795aefaea89eb23b80213907fdbfb1b460c3b2ad70315c
|
|
| MD5 |
484ae73ceb3a79fd8e65deb52bba4398
|
|
| BLAKE2b-256 |
55f752ff833d4ba40971a0e9641b8ffcbafffac52e7105682a550311278b38d3
|