[Fixed]-Save Celery tasks to database for monitor in Django admin

1👍

you need celerycam

in your uwsgi.ini (if you deployed with it), you need this line:

attach-daemon = /path/to/your/virtualenv/bin/python /var/www/yoursite/manage.py celerycam 

Leave a comment