[Answered ]-How to solve: ImportError: No module named django.core.wsgi in Apache2 log?

2👍

This is usually because your mod_wsgi installation is compiled against and using a different Python installation/version than what you want to use and which you installed Django into.

Go through:

and validate what Python installation/version mod_wsgi is using.

Leave a comment