Releases: eeintech/django-celery-progress-demo
Releases · eeintech/django-celery-progress-demo
0.1.8
0.1.7
Documentation & clean-up & packages upgrade
Added instruction in ReadMe how-to run this demo app
Simplified part of code and templates
Upgraded packages requirements
First demo version!
Features:
- Celery task is used to run wget process to download from a URL
- Celery-progress bar is updated according to the wget process output (download percentage)
- If task completes successfully, the downloaded file is immediately deleted