ModuleNotFoundError: No module named 'django_celery_results' #393
|
This happens when I try to make migrations. I tried doing |
Answered by
collindutter
Mar 8, 2025
Replies: 1 comment 1 reply
|
Having the same problem. Anybody have an idea how to fix? |
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_APPSas suggested here.