ImportError: No module named 'django' despite having it installed running apache2 server
I know that many have posted similar question however I tried most solution without success. I'm trying to host a webpage with apache2 and django in python3. In the error log I found ImportError: No module named 'django' when accessing…