Hey All,
Here’s another open source library from me - dj-celery-panel
Its the third in a series of projects I have built that use the django admin as a surface for useful tooling and applications
This project adds an entire celery observability layer right inside the django admin. This includes worker views, tasks and histories, queue information, etc. It aims to provide all of the usual features that a system like flower would provide.
Go ahead and try it out; I think this could be very useful to anybody pairing django and celery.
All thoughts, github issues, feedback is welcome
For visibility: the other projects in this series are dj-redis-panel, dj-cache-panel
More to follow.