Skip to main content

An app for managing django celery beat from the wagtail admin

Project description

wagtail_celery_beat

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.

Quick start

  1. Add 'wagtail_celery_beat' to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
    ...,
    'wagtail_celery_beat',
    ]
    
  2. Run py ./manage.py collectstatic

  3. Enjoy!

Optional setting:

WCB_MENU_HOOK_NAME Registers to a wagtail.admin.menu using this hook name.

By default registers to settings menu.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wagtail_celery_beat-1.0.4.tar.gz (27.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page