Skip to content

Releases: appdevelopmentandsuch/cold-silence

v1.0.0

12 May 14:45

Choose a tag to compare

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 a Dockerfile and a Dockerfile.prod
  • Creates an nginx config for serving your Django project.