Skip to content

matthewhegarty/django-import-export-server

Repository files navigation

django-import-export-server

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

Development

python -m venv .venv
source .venv/bin/activate
pip install -r requirements/base.txt

Docker

docker compose up --build
docker compose exec server bash
./manage.py createsuperuser

Import

About

Batch upload server based on django-import-export

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors