Implement trading time limits

This commit is contained in:
2022-11-25 19:28:21 +00:00
parent 69a2b269ad
commit 4973582bdf
11 changed files with 257 additions and 25 deletions

View File

@@ -10,6 +10,9 @@ stop:
log:
docker-compose -f docker/docker-compose.prod.yml --env-file=stack.env logs -f
test:
docker-compose -f docker/docker-compose.prod.yml --env-file=stack.env run --rm app sh -c ". /venv/bin/activate && python manage.py test $(MODULES)"
migrate:
docker-compose -f docker/docker-compose.prod.yml --env-file=stack.env run --rm app sh -c ". /venv/bin/activate && python manage.py migrate"