Django + uWSGI + nginx works in production like a charm since august
2011.
And you can even use it in development like http server to serve
application and static files:
uwsgi --http 127.0.0.1:8080 -H PATH_TO_VIRTUALENV --touch-reload
PATH_TO_SOURCE_DIR --ini-paste development.ini

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to