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
dae52cf45b
commit
0b10f198b6
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
|
update: remove-install-stamp install
|
||||||
|
|
||||||
serve: install
|
serve: install
|
||||||
cd budget; $(PYTHON) run.py
|
$(PYTHON) -m budget.manage runserver
|
||||||
|
|
||||||
test: $(DEV_STAMP)
|
test: $(DEV_STAMP)
|
||||||
$(VENV)/bin/tox
|
$(VENV)/bin/tox
|
||||||
|
|
Loading…
Reference in a new issue