palewire / django-bakery

A set of helpers for baking your Django site out as flat files
https://palewi.re/docs/django-bakery/
MIT License
404 stars 61 forks source link

Add an option to run AutoPublishingBuildableModel tasks without celery #184

Open jkevingutierrez opened 12 months ago

jkevingutierrez commented 12 months ago

There are some cases where setting up a message broker is not possible or would complicate things.

It would be great to have the option to run auto-publish tasks without using celery