Django-Celery progress bar

前端 未结 4 1443
闹比i
闹比i 2020-12-07 23:17

I use:

  1. Celery
  2. Django-Celery
  3. RabbitMQ

I can see all my tasks in the Django admin page, but at the moment it has just a few st

4条回答
  •  离开以前
    2020-12-08 00:03

    Thank @Florian Sesser for your example!

    I made a complete Django app that show the progress of create 1000 objects to the users at http://iambusychangingtheworld.blogspot.com/2013/07/django-celery-display-progress-bar-of.html

    Everyone can download and use it!

提交回复
热议问题