ModuleNotFoundError: No module named 'django_celery_results' #393
Replies: 1 comment
-
Having the same problem. Anybody have an idea how to fix? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This happens when I try to make migrations. I tried doing
pip uninstall django-celery-results
andpip install django-celery-results
again. I have"django_celery_results",
inINSTALLED_APPS
in my settings.py file. What do I do?Beta Was this translation helpful? Give feedback.
All reactions