- Add a Django admin dashboard for task statistics. Adding
huey.contrib.djhuey.statstoINSTALLED_APPSstarts thehuey.contrib.statsrecorder in every process (incl. the consumer) and adds a Huey section to the admin: a dashboard w/ the same live stats and controls as the flask-peewee panel, plus a filterable event log. Stats are stored via peewee in the default Django database and require no migrations.
