We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b07cf96 commit b772feeCopy full SHA for b772fee
Makefile
@@ -32,7 +32,7 @@ $(VIRTUAL_ENV):
32
33
.PHONY: run
34
run: env
35
- $(LOCAL_PYTHON) -m gunicorn -w 4 wsgi:app
+ $(LOCAL_PYTHON) -m gunicorn -w 4 wsgi:app
36
37
.PHONY: install
38
install: env
0 commit comments