mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Merge pull request #898 from benoitc/fix-896
Add documentation about gunicorn/config.py.
This commit is contained in:
commit
c56a9ee266
@ -60,6 +60,10 @@ test suite on your branch before submitting a pull request.
|
||||
Make sure you include relevant updates or additions to documentation
|
||||
when creating or modifying features.
|
||||
|
||||
If you are adding a new configuration option or updating an existing one,
|
||||
please do it in `gunicorn/config.py`, then run `make -C docs html` to update
|
||||
`docs/source/settings.rst`.
|
||||
|
||||
Write clean code.
|
||||
|
||||
Pull requests descriptions should be as clear as possible and include a
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
|
||||
.. _settings:
|
||||
|
||||
.. Please update gunicorn/config.py instead.
|
||||
|
||||
Settings
|
||||
========
|
||||
|
||||
|
||||
@ -3,6 +3,8 @@
|
||||
# This file is part of gunicorn released under the MIT license.
|
||||
# See the NOTICE for more information.
|
||||
|
||||
# Please remember to run "make -C docs html" after update "desc" attributes.
|
||||
|
||||
import copy
|
||||
import grp
|
||||
import inspect
|
||||
@ -457,7 +459,6 @@ def get_default_config_file():
|
||||
return None
|
||||
|
||||
|
||||
# Please remember to run "make html" in docs/ after update "desc" attributes.
|
||||
class ConfigFile(Setting):
|
||||
name = "config"
|
||||
section = "Config File"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user