Releases: appdevelopmentandsuch/cold-silence
Releases · appdevelopmentandsuch/cold-silence
v1.0.0
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
.envfiles for local, development, staging, and production environments - Creates a
.gitignorefile for the project - Creates a
docker-compose.yamlfile, along with aDockerfileand aDockerfile.prod - Creates an nginx config for serving your Django project.