Django on AWS with NGINX and Gunicorn

I spent this week moving one of my projects to AWS hosting and since I didn't find great documentation on how to do that, I wanted to share what I put together for those to come.

My deployment has an Ubuntu 16.04 EC2 Instance runnign NGINX at the front …

more…