79333032

Date: 2025-01-06 12:35:19
Score: 1.5
Natty:
Report link

I know this is old, but it is important to "inform" the django application of the presence of celery. You should therefore add

from .celery import app as celery_app

__all__ = ('celery_app',)

To your init.py file. In this case it sohuld be in proj/proj/init.py

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user29074000