79714024

Date: 2025-07-24 22:41:17
Score: 1.5
Natty:
Report link

Did you run makemigraions and migrate command in your project after installing the celery packages ?

try to get list of your pip packages via your IDE or just : python pip list orpython -m pip show django-celery-results, to make sure that the package is installed

Also make sure that you are running on your venv not your global python packages by : which celery and which django_celery_results

Reasons:
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): Did you
  • Low reputation (1):
Posted by: erfan safarali