djangoBase/README.md

552 B

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)