make init
make serve
This environment resembles the production environment as closely as possible.
Run migrations:
docker-compose run --build --rm migrate
Start the web app:
docker-compose up -d --build ingress
Access at http://localhost:8000
Start a shell to run management commands:
docker-compose exec web bash
pytyhon manage.py