Add htmx and format
This commit is contained in:
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ help:
|
||||
@perl -nle'print $& if m{^[a-zA-Z_-|.]+:.*?## .*$$}' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-25s\033[0m %s\n", $$1, $$2}'
|
||||
|
||||
run.format: ## Format style with black
|
||||
docker-compose -f docker-compose.dev.yaml exec -T django bash -c "black --exclude='/(postgres|venv|migrations|node_modules|\.git)/' ."
|
||||
docker-compose -f docker-compose.yaml exec -T django bash -c "black --exclude='/(postgres|venv|migrations|node_modules|\.git)/' ."
|
||||
|
||||
docker.bash: ## Enter bash terminal
|
||||
docker exec -it formacion-htmx_django_1 bash
|
||||
|
Reference in New Issue
Block a user