mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Merge pull request #1080 from malept/clarify-pythonpath-docs
Clarify pythonpath setting description
This commit is contained in:
commit
f5a2942d8a
@ -670,10 +670,10 @@ pythonpath
|
|||||||
* ``--pythonpath STRING``
|
* ``--pythonpath STRING``
|
||||||
* ``None``
|
* ``None``
|
||||||
|
|
||||||
A directory to add to the Python path.
|
A comma-separated list of directories to add to the Python path.
|
||||||
|
|
||||||
e.g.
|
e.g.
|
||||||
'/home/djangoprojects/myproject'.
|
'/home/djangoprojects/myproject,/home/python/mylibrary'.
|
||||||
|
|
||||||
paste
|
paste
|
||||||
~~~~~
|
~~~~~
|
||||||
|
|||||||
@ -1308,10 +1308,10 @@ class PythonPath(Setting):
|
|||||||
validator = validate_string
|
validator = validate_string
|
||||||
default = None
|
default = None
|
||||||
desc = """\
|
desc = """\
|
||||||
A directory to add to the Python path.
|
A comma-separated list of directories to add to the Python path.
|
||||||
|
|
||||||
e.g.
|
e.g.
|
||||||
'/home/djangoprojects/myproject'.
|
'/home/djangoprojects/myproject,/home/python/mylibrary'.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user