Add the server address and port on make serve

Developers should not have to read the documentation to find where to
point their browsers to access ihatemoney application.
This commit is contained in:
Marien Fressinaud 2018-08-30 21:42:58 +02:00
parent be1a1af47a
commit da54ca97aa

View file

@ -29,6 +29,7 @@ remove-install-stamp:
update: remove-install-stamp install ## Update the dependencies
serve: install ## Run the ihatemoney server
@echo 'Running ihatemoney on http://localhost:5000'
$(PYTHON) -m ihatemoney.manage runserver
test: $(DEV_STAMP) ## Run the tests