Re: Trying to deploy Django 2.0.2 (DigitalOcean)

2018-02-07 Thread drone4four
Yes I know, *sacrac*. My venv was configured with Python 3.4 and pip3 pulled Django 2.0.1 beautifully from the start. I resolved my issue. The problem was with my Apache mod_wsgi version was with python 2. I found and installed libapache2-mod-wsgi-py3. Now my site runs perfectly. On

Re: Trying to deploy Django 2.0.2 (DigitalOcean)

2018-02-07 Thread carlos
i think you install with python 3 right, django 2.0.x run only version python3!! On Wed, Feb 7, 2018 at 9:13 PM, drone4four wrote: > I am struggling deploying Django 2.0.2 on my DigitalOcean Droplet (Ubuntu > 14.04) with Apache mod_wsgi. > > I’ve followed this guide >

Trying to deploy Django 2.0.2 (DigitalOcean)

2018-02-07 Thread drone4four
I am struggling deploying Django 2.0.2 on my DigitalOcean Droplet (Ubuntu 14.04) with Apache mod_wsgi. I’ve followed this guide closely. That guide focuses on setting