|
@@ -26,6 +26,7 @@ Awesome Wagtail [
|
|
|
- [Testing](#testing)
|
|
|
- [Modeladmin](#modeladmin)
|
|
|
+ - [Asynchronous (tasks)](#asynchronous-tasks)
|
|
|
- [Misc](#misc)
|
|
|
- [Tools](#tools)
|
|
|
- [Templates & Starter Kits](#templates--starter-kits)
|
|
@@ -189,6 +190,10 @@ Awesome Wagtail [ - 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.
|