开发者
运行应用
cp docker-compose.override.yml.example docker-compose.override.yml
# (optionally) edit app configuration in docker-compose.override.yml
docker-compose up -d --build
有用的命令
# format code
black --exclude migrations .
# execute a shell in the co