Python/Django question - No module named <d> while running python manage.py --settings=[mysettings]
While running command - python manage.py test --settings=todobackend.settings.test from terminal inside virtualenv I get the error ImportError: No module named d I'm running python 2.7 and Django 1.9.0 Hierarchy todobackend settings __i...
Join discussion