Skip to content

Releases: eeintech/django-celery-progress-demo

0.1.8

04 Apr 16:29
Compare
Choose a tag to compare

Updated Django to 4.2, Redis to 4.5 and celery-progress to 0.3

0.1.7

12 Dec 19:22
Compare
Choose a tag to compare
  • Upgraded to Django 4.1, Celery 5.2, Redis 4.4 and celery-progress 0.1.3.
  • Cleaned-up requirements
  • Added warning in README about starting Celery without redis-server running in background

Documentation & clean-up & packages upgrade

09 Jun 17:21
bee13bf
Compare
Choose a tag to compare

Added instruction in ReadMe how-to run this demo app
Simplified part of code and templates
Upgraded packages requirements

First demo version!

01 Jun 23:32
Compare
Choose a tag to compare

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