Add configuration file for Gunicorn automatic reloading
This commit is contained in:
parent
2003ae657a
commit
816192d388
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