mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
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:
parent
be1a1af47a
commit
da54ca97aa
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -29,6 +29,7 @@ remove-install-stamp:
|
||||||
update: remove-install-stamp install ## Update the dependencies
|
update: remove-install-stamp install ## Update the dependencies
|
||||||
|
|
||||||
serve: install ## Run the ihatemoney server
|
serve: install ## Run the ihatemoney server
|
||||||
|
@echo 'Running ihatemoney on http://localhost:5000'
|
||||||
$(PYTHON) -m ihatemoney.manage runserver
|
$(PYTHON) -m ihatemoney.manage runserver
|
||||||
|
|
||||||
test: $(DEV_STAMP) ## Run the tests
|
test: $(DEV_STAMP) ## Run the tests
|
||||||
|
|
Loading…
Reference in a new issue