Ask HN: Django Deploy Recommendations
https://news.ycombinator.com/item?id=1824171I have an app that uses Django Python and Postgresql.
Right now is running under Linux/Apache/mod_wsgi, how ever have read about Nginx and Gunicorn (also uwsgi and others) as a better option...
I would like to read your recommendations (advantages and disadvantages) about deploying django.
PS: I am mainly developer so I lack a lot of knowledge about sysadmin.