Forums

Updating Django wsgi.py

I am hacing trouble getting paths in a manually updated wsgi.py file correct. Do you have an example or documentation of what it should look like for Django 1.7?

Which Python version are you using? Are you using a virtualenv?

Python 2.7, not virtualenv: used pip install with --user option

You'll need to use a virtualenv, Django doesn't like having multiple versions available and we already have it installed.