From 512de82d4c2ba8c4f4f2f7f224d02edd871b8585 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Mon, 26 Jun 2017 21:58:52 +0200 Subject: [PATCH] Change the way the application runs in the Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ba4ec367..f8f87d8b 100644 --- a/Makefile +++ b/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