I use Django 4.2.11 and I try to run a task hourly (or multiple task).
I found django-background-tasks
and Django-Q
but it all seem that they are old.
I also seen that Celery can do that but it’s not integrated in Django.
is Celery a good way ?