Most Django projects just need a basic way to execute timed and background tasks. Celery requires seperate containers or nodes, which complicates things unnecessarily. Django 6.0 luckily has tasks framework -- which is backported to earlier django versions has well, which can use the database. https://docs.djangoproject.com/en/6.0/topics/tasks/
owaislone|1 month ago
mozz100|27 days ago
[1] https://github.com/RealOrangeOne/django-tasks?tab=readme-ov-...