
A battle-tested Django 2.1 project template with configurations for AWS, Heroku, App Engine, and Docker.
This document provides information on how to install and use a project template. The instructions include setting up the necessary requirements, such as Homebrew, Python 3, pip, and PostgreSQL 10.4. It also walks through the steps for local development, including setting up a Python virtual environment, running tasks to install requirements and initialize the database, setting up Git hooks, and starting the local development server and Sass. Finally, it explains how to map a local domain to access the project in the browser.
This document provides a step-by-step guide on how to install and use a project template. It covers the requirements, local setup, and local development tasks necessary for running the project. Additionally, it explains how to map a local domain to access the project in the browser. Following these instructions will allow users to successfully install and utilize the project template for development purposes.

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It follows the model-view-controller (MVC) architectural pattern, providing an extensive set of built-in tools and conventions to streamline the creation of robust and scalable web applications.