Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@bocklucas bocklucas released this 12 May 14:45
· 23 commits to main since this release

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.