Re: Deploying Django via wsgi

2016-03-18 Thread parallaxplace
Thank you all for your replies. It turned out to be something simple. Since Django was installed in a virtualenv I needed to include the path to the Django libs in the wsgi paths. Done and site up. Again thanks! On Tuesday, March 15, 2016 at 5:00:10 AM UTC-7, parall...@gmail.com wrote: > > Qu

Deploying Django via wsgi

2016-03-15 Thread parallaxplace
Quite new, and trying to deploy first Django site. I keep getting 503 errors. Here are the particulars, any hints as to what I'm doing wrong would be much appreciated! All directories and files are group owned and writable by www-data. Ubuntu server, and Apache2.4 server where I have root acces