Skip to content

Commit

Permalink
Add Wagtail Celery Beat (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel2392 authored Feb 27, 2024
1 parent 185d984 commit 125028b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Awesome Wagtail [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38
- [Forms](#forms)
- [Testing](#testing)
- [Modeladmin](#modeladmin)
- [Asynchronous (tasks)](#asynchronous-tasks)
- [Misc](#misc)
- [Tools](#tools)
- [Templates & Starter Kits](#templates--starter-kits)
Expand Down Expand Up @@ -189,6 +190,10 @@ Awesome Wagtail [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38
- [wagtail-rangefilter](https://github.com/wunderweiss/wagtail-rangefilter) - Integrates django-admin-rangefilter into Wagtail's ModelAdmin.
- [wagtail-treemodeladmin](https://github.com/cfpb/wagtail-treemodeladmin) - Page explorer-like navigation of Django model relationships using ModelAdmin.

### Asynchronous (tasks)

- [Wagtail Celery Beat](https://github.com/Nigel2392/wagtail_celery_beat) - A way to manage your Django Celery Beat tasks inside of the Wagtail admin.

### Misc

- [wagtailmenus](https://github.com/rkhleics/wagtailmenus) - An extension for Torchbox's Wagtail CMS to help you manage and render multi-level navigation and simple flat menus in a consistent, flexible way.
Expand Down

0 comments on commit 125028b

Please sign in to comment.