Skip to content

Commit

Permalink
start fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed May 24, 2024
1 parent e0b2f10 commit 537d52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend_addon/{{ cookiecutter.__folder_name }}/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ clean: ## Remove old virtualenv and creates a new one

.PHONY: start
start: ## Start a Plone instance on localhost:8080
PYTHONWARNINGS=ignore ./$(BIN_FOLDER)/runwsgi instance/etc/zope.ini
PYTHONWARNINGS=ignore $(BIN_FOLDER)/runwsgi instance/etc/zope.ini

.PHONY: console
console: instance/etc/zope.ini ## Start a zope console
Expand Down

0 comments on commit 537d52d

Please sign in to comment.