Add configuration file for Gunicorn automatic reloading

This commit is contained in:
Martin Nagy 2015-10-01 15:51:36 +02:00
parent 2003ae657a
commit 816192d388
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