Re: Recommend guide to setting up a production server with Django and Python 3

2015-07-10 Thread Daniel Roseman
On Friday, 10 July 2015 12:42:32 UTC+1, Christian Kleineidam wrote: > > Is there a recommended guide to set up a new Django enviroment with Python > 3? > It seems like the official guide on https://docs.djangoproject.com/en/1.8/ > tells me to use a decidated server instead of letting django run t

Re: Recommend guide to setting up a production server with Django and Python 3

2015-07-10 Thread Timothy W. Cook
This is a couple of years old but I used it for a template and it works great. http://michal.karzynski.pl/blog/2013/06/09/django-nginx-gunicorn-virtualenv-supervisor/ On Fri, Jul 10, 2015 at 8:42 AM, Christian Kleineidam < christian.kleinei...@gmail.com> wrote: > Is there a recommended guide to