Merge pull request #25 from mnagy/add_reload_config
Add configuration file for Gunicorn automatic reloading
This commit is contained in:
commit
e0a3fa6c0a
1 changed files with 6 additions and 0 deletions
6
conf/reload.py
Normal file
6
conf/reload.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
"""
|
||||
You can set APP_CONFIG to point to this file to enable automatic reloading of
|
||||
modules.
|
||||
"""
|
||||
|
||||
reload = True
|
Loading…
Reference in a new issue