[Answered ]-Deploying django project on apache

2👍

You already have the path to the virtualenv in python-path, but you also need to add the path to your project. Change the line to

WSGIDaemonProcess mysite python-path=/web/testEnv/lib/python2.7/site-packages:/web/mysite

Leave a comment