hello_django Basic template for running Django / Postgres with docker-compose Bring up the Django project in app/ docker-compose up -d --build docker-compose exec web python manage.py migrate --noinput docker-compose exec web python manage.py createsuperuser Bring things down docker-compose down