An in-depth tutorial on deploying a Django application into AWS

ppshobi

Shobi

Posted on February 1, 2019

An in-depth tutorial on deploying a Django application into AWS

Django is the most popular Python-based web framework for a while now. Django is
powerful, robust, full of capabilities and surrounded by a supportive community.

In this video, we are going to take a look into deploying a simple Django application to an AWS ubuntu instance, with Nginx, Gunicorn & Supervisor configuration.

In this video, I have tried to explain every single step & each line of code I have written. Hopefully, this video will help you out.

Let me know the suggestions, thoughts & the doubts in the comments. Subscribe to the channel & Share this with your friends & colleagues

Shameless plug: I am building a tool to automate server provisioning and deployments for django and other python apps. The free early access is availble at pyployer.com

Link to sample application repo: https://github.com/ShobiExplains/AwsDemo

💖 💪 🙅 🚩
ppshobi
Shobi

Posted on February 1, 2019

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related