|
|
@ -1,4 +1,4 @@ |
|
|
|
.PHONY: clean clean-test clean-pyc clean-build docs help |
|
|
|
.PHONY: clean clean-test clean-pyc clean-build docs help serve |
|
|
|
.DEFAULT_GOAL := help |
|
|
|
.DEFAULT_GOAL := help |
|
|
|
|
|
|
|
|
|
|
|
define BROWSER_PYSCRIPT |
|
|
|
define BROWSER_PYSCRIPT |
|
|
@ -91,3 +91,6 @@ repo: prepareenv ## complete project setup with development environment and git |
|
|
|
git push -u origin main --no-verify |
|
|
|
git push -u origin main --no-verify |
|
|
|
|
|
|
|
|
|
|
|
.venv/bin/pre-commit install --install-hooks |
|
|
|
.venv/bin/pre-commit install --install-hooks |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
serve: |
|
|
|
|
|
|
|
.venv/bin/pserve --reload development.ini |
|
|
|