celery / django-celery-results

Celery result back end with django
Other
668 stars 206 forks source link

ModuleNotFoundError: No module named 'django_celery_results' #392

Closed vismoh2010 closed 1 year ago

vismoh2010 commented 1 year ago

This happens when I try to make migrations. I tried doing pip uninstall django-celery-results and pip install django-celery-results again. I have "django_celery_results", in INSTALLED_APPS in my settings.py file. What do I do?