remove broadcast-related code, except migrations

This commit is contained in:
stvnrlly
2022-10-26 16:41:35 -04:00
93 changed files with 602 additions and 7058 deletions

View File

@@ -49,7 +49,7 @@ generate-version-file: ## Generates the app version file
.PHONY: test
test: ## Run tests
# flake8 .
flake8 .
isort --check-only ./app ./tests
pytest -n4 --maxfail=10