On Thu, Jul 18, 2013 at 6:00 AM, J.P. Fortier <[email protected]> wrote: > Hi again > > As I delve into 2.7 Heroku setup, I see the instructions here require > gunicorn: > https://devcenter.heroku.com/articles/django > > Is this at all possible under Windows? (no gunicorn for windows) > If not, are there tutorials for a Heroku/Django windows configuration?
Oh, quite interesting...gunicorn is probably among the preferred deployment, but is not ported to Windows. It seems a hassle to try to maintain a different Windows and *NIX (as on Heroku), so perhaps try 'gevent', which appears to be portable. Or, just stick with wsgiref to get started. -- -- You received this message because you are subscribed to the Google Groups "Heroku" group. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en --- You received this message because you are subscribed to the Google Groups "Heroku Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
