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