1

make format

This commit is contained in:
2024-01-15 10:01:47 +02:00
parent dae7ad1c6a
commit ad62170e87
4 changed files with 17 additions and 13 deletions

View File

@@ -3,7 +3,10 @@
test:
nix flake check
# Dev.
.PHONY: format
format:
autopep8 -a -a --recursive --in-place --exclude app/signup/migrations app
.PHONY: run
run:
app/manage.py runserver