[Answered ]-Django + mod_wsgi + apache2: ImportError: No module named <project>

2👍

I am pretty sure that is because you have that extra double quote in your INSTALLED_APPS django config. This is happening when django bootstraps and tries to load all your apps and it can’t locate it.

Leave a comment