Change the way the application runs in the Makefile

This commit is contained in:
Alexis Métaireau 2017-06-26 21:58:52 +02:00
parent dae52cf45b
commit 0b10f198b6

View file

@ -29,7 +29,7 @@ remove-install-stamp:
update: remove-install-stamp install
serve: install
cd budget; $(PYTHON) run.py
$(PYTHON) -m budget.manage runserver
test: $(DEV_STAMP)
$(VENV)/bin/tox