pip install wagtail_celery_beat
Manage your celery tasks from the Wagtail admin with Wagtail Celery Beat, a wrapper for Django Celery Beat.
When django_celery_results is installed the task results viewset will be included in the Wagtail Celery Beat menu by default.
-
Add 'wagtail_celery_beat' to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [ ..., 'wagtail_celery_beat', ] -
Run
py ./manage.py collectstatic -
Enjoy!
WCB_MENU_HOOK_NAME Registers to a wagtail.admin.menu using this hook name.
By default registers to settings menu.