Skip to content

Commit

Permalink
Use flask run rather than custom manage command (#952)
Browse files Browse the repository at this point in the history
  • Loading branch information
almet committed Nov 30, 2021
1 parent b4a8196 commit bd11632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ update: remove-install-stamp install ## Update the dependencies
.PHONY: serve
serve: install ## Run the ihatemoney server
@echo 'Running ihatemoney on http://localhost:5000'
$(PYTHON) -m ihatemoney.manage run
FLASK_DEBUG=1 FLASK_ENV=development FLASK_APP=ihatemoney.wsgi $(VENV)/bin/flask run --host=0.0.0.0

.PHONY: test
test: install-dev ## Run the tests
Expand Down

0 comments on commit bd11632

Please sign in to comment.