Merge pull request #25 from mnagy/add_reload_config

Add configuration file for Gunicorn automatic reloading
This commit is contained in:
Michal Fojtik 2015-10-01 16:12:19 +02:00
commit e0a3fa6c0a
1 changed files with 6 additions and 0 deletions

6
conf/reload.py Normal file
View File

@ -0,0 +1,6 @@
"""
You can set APP_CONFIG to point to this file to enable automatic reloading of
modules.
"""
reload = True