The current recommendation for Django deployment is Apache + mod_wsgi. But for those who need more performance, then you can take adventure to use another server.
With different server the deployment and configuration may not be easy, so to speed up your deployment you can take a look on several Django deployment tutorials. So here some of your options :
- Apache + mod_wsgi
- FastCGI
- Gunicorn + Nginx
- uWSGI + Nginx
- CherryPy + Cherokee
- Cherokee + uWSGi
There you go. Enjoy.
Related posts:
[...] This post was mentioned on Twitter by KomunitasWeb, Kirill Vlasov. Kirill Vlasov said: Django Deployment Tutorials http://bit.ly/bW7oSw [...]
[...] Django deployment in different environments. [...]
wow, thanks for this
Hope more writers were like you. This is awfully interesting stuff.