Celery task not properly registered
The management command is never properly registered, if not explicitly called. This means it cannot be configured for celery beat, probably, and I am unsure whether this might have other side effects.
Tasks need to be defined in a module tasks.py
.