v1.0.0
Features
- Create a Django based project with settings file pulling relevant variables from environment, such as DEBUG, ALLOWED_HOSTS, and SECRET_KEY
- Creates
.env
files for local, development, staging, and production environments - Creates a
.gitignore
file for the project - Creates a
docker-compose.yaml
file, along with aDockerfile
and aDockerfile.prod
- Creates an nginx config for serving your Django project.