mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
Change the way the application runs in the Makefile
This commit is contained in:
parent
774e00d509
commit
512de82d4c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue