Celery tasks¤
This project uses Celery to run asynchronous tasks.
Running¤
You will need to run a Celery worker to run the tasks, and a Celery beat to schedule them.
Note
A Django management command is also available to run a specific task:
Scheduling tasks¤
By default, no tasks are scheduled.
You can schedule tasks through the Django admin interface.