Re: Trouble deploying Django (project folder, wsgi.py and libapache2-mod-wsgi)

2018-03-08 Thread Jason
you need to use libapache2-mod-wsgi-py3, since the package you used is for python2 only On Thursday, March 8, 2018 at 1:23:44 PM UTC-5, drone4four wrote: > > I’m having some issues deploying Django. > > > Here is my site: https://daniel496.agency/ > > > I’m running a Digital Ocean Droplet with U

Trouble deploying Django (project folder, wsgi.py and libapache2-mod-wsgi)

2018-03-08 Thread drone4four
I’m having some issues deploying Django. Here is my site: https://daniel496.agency/ I’m running a Digital Ocean Droplet with Ubuntu 14.04 and Python v3.4 with Django 2.0.2 installed. In this post first I share what errors I am encountering, then what I think is the issue is and then what