skip to Main Content

Deploying django project on DigitalOcean with apache and mod_wsgi and getting error as Target WSGI script cannot be loaded as Python module

Deploying django project on DigitalOcean with apache and mod_wsgi I'm using Ubuntu 16.04 apache 2.4 python3.5.2 django==1.11 Firebase Installed Apache : https://www.digitalocean.com/community/tutorials/how-to-install-the-apache-web-server-on-ubuntu-16-04 sudo apt-get install build-essential libssl-dev libffi-dev python3-dev sudo apt-get install libapache2-mod-wsgi-py3 sudo apt-get install aptitude sudo aptitude install…

VIEW QUESTION
Back To Top
Search