ModuleNotFoundError: No module named 'django_celery_results' #393
-
This happens when I try to make migrations. I tried doing |
Beta Was this translation helpful? Give feedback.
Answered by
collindutter
Mar 8, 2025
Replies: 1 comment 1 reply
-
Having the same problem. Anybody have an idea how to fix? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In my case it was a missing comma in
INSTALLED_APPS
as suggested here.