$ docker-compose up -d$ docker-compose exec django bash
$ inv test
-- or --
$ docker-compose exec django inv test
-- to run certain test --
$ inv test -t test_example$ docker-compose exec django bash
$ inv lint
-- or --
$ docker-compose exec django inv linthttp://localhost:8000/docs/
http://localhost:8000/admin/