Hi, WSGI is the best option. For that we're using ngnix+cherrypy (just the wsgi adapter) and it works like a charm. Recently we've start testing gunicorn as well, as the deployment is really easy.
This kind of configuration allows you to reduce drastically the memory consumption, so you can deploy small applications on cheap vps. But programing Django is addictive and for sure you'll finish with a dedicated server :) Best regards, -- Antoni Aloy López Blog: http://trespams.com Site: http://apsl.net -- You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en.

