Django starter kit Create an environment file touch .env Initialize the project ./setup.sh Start the server docker compose up -d Test the environment ./python -V ./python -m django --version ./pip freeze Visit the page http://localhost