django-static-sitemaps icon indicating copy to clipboard operation
django-static-sitemaps copied to clipboard

Is Celery a required dependency?

Open Vido opened this issue 1 year ago • 0 comments

Is it possible to run without Celery installed?

app_1           |   File "/usr/local/lib/python3.7/site-packages/static_sitemaps/tasks.py", line 3, in <module>
app_1           |     from celery import Task
app_1           | ModuleNotFoundError: No module named 'celery'

Vido avatar May 18 '23 19:05 Vido