I know this is an old answer but I will contribute with my solution:
As a way to diagnose the source of the problem run
manage.py check
and see if you find anything there
In my case an outdated requirement was the issue and django was failing to import a submodule
Make sure that your requirements are up to date