Comprehensive Django Setup Guide: Part I

By |2019-12-11T18:49:35-06:00December 11th, 2019|Categories: Dev Ops, Django|

Learn how to create a production-ready Django web platform using cookiecutter-django, deployed to AWS Ubuntu 18.04 with Nginx, Gunicorn, Redis and MySQL. I’ve refined the following “best practice” comprehensive setup procedure to ensure that I get each project setup consistently, the right way, the first time.

Go to Top