Alex Davies 6ea1e9af42 | ||
---|---|---|
djangobase | ||
tests | ||
.gitignore | ||
Dockerfile | ||
README.md | ||
docker-develop.yaml | ||
docker-example-production.yaml | ||
requirements.txt |
README.md
A base django project for dockerized django. Intended to make creating quick django docker apps very easy for me. Prefered databases are postgres and cockroachdb.
docker-compose -f docker-develop.yaml up --build
Environment variables
Read the djangobase/default_environment.env
file for a full list of environment
variables and their defaults. Environment variables are taken from the actual
environment, the .env file, and finally the defaultEnv file.
ToDo
- Plugable authentication via env variables (ldap at the very least)