Skip to content

Latest commit

 

History

History

web

All docker-compose commands are to be run from the root directory.

Catching emails

In development mode emails get written to the log instead of being sent. To see them, run

docker-compose logs web

Creating migrations

docker-compose run --rm web manage.py makemigrations
docker-compose run --rm web manage.py migrate