mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
close #280 .
Integrate a subset of changes proposed by DNX. Since gunicorn can still be used globally using some global envs variables. Thanks for the diff!
This commit is contained in:
parent
f168a21dae
commit
7b077b7d6a
@ -113,6 +113,12 @@ this::
|
||||
Then you just need to use one of the three Gunicorn scripts that was installed
|
||||
into ``~/venvs/webapp/bin``.
|
||||
|
||||
Note: You can force the installation of Gunicorn in your Virtualenv by
|
||||
passing ``-I`` or ``--ignore-installed`` option to pip::
|
||||
|
||||
$ source ~/venvs/webapp/bin/activate
|
||||
$ pip install -I gunicorn
|
||||
|
||||
Monitoring
|
||||
----------
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user