DEV Community

Discussion on: Create and Deploy Python Django Application in AWS EC2 Instance under 5 mins

Collapse
 
raphael_jambalos profile image
Raphael Jambalos

Hi Jaira, Interesting article. For the setup with Django, do you advise adding web servers like Nginx or Apache? Or the Django App Server can stand on its own? I'm coming from Rails where it is needed and in Flask, where I just use unicorn

Collapse
 
jairaencio profile image
Jaira Encio

Hi @raphael_jambalos , that is correct. I do recommend users to install Gunicorn, Nginx, together with virtualenv for an actual production based app. Will update this, thanks!

Collapse
 
raphael_jambalos profile image
Raphael Jambalos

You're welcome! Thanks as well, Jaira!