sean Just to give you an idea of my setup on webfaction:
I'm running Django 1.11
With a Postgres database using Psycopg
I have a "Custom App listening on port"
I'm using Gunicorn as the server and Supervisor to manage it
I'm using virtualenv and virtualenvwrapper for the isolated environment
The virtualenvwrapper "postactivate" hook injects the environment variables for certain Django settings
I don't necessarily need to stick to this setup, in fact I'd prefer to move to the OpalStack default way of doing things if possible. I'm having trouble mapping my webfaction setup to the OpalStack setup.
Thank you for any help you can provide. I have a number of sites to move over, so once I get a working approach I'm hoping the rest will go smoothly.