This is a toy project to demonstrate drag-and-drop / batch processing of imports using django-tasks.
The test application is from django-import-export. Test data is available here.
- use author.csv and books.csv
python -m venv .venv
source .venv/bin/activate
pip install -r requirements/base.txt
docker compose up --build
docker compose exec server bash
./manage.py createsuperuser
- Batch upload interface http://localhost:8000/import/
- Admin site http://localhost:8000/admin/