From 816192d38868e4eb709f09c8c69220b25e84c9bc Mon Sep 17 00:00:00 2001 From: Martin Nagy Date: Thu, 1 Oct 2015 15:51:36 +0200 Subject: [PATCH] Add configuration file for Gunicorn automatic reloading --- conf/reload.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 conf/reload.py diff --git a/conf/reload.py b/conf/reload.py new file mode 100644 index 0000000..7373516 --- /dev/null +++ b/conf/reload.py @@ -0,0 +1,6 @@ +""" +You can set APP_CONFIG to point to this file to enable automatic reloading of +modules. +""" + +reload = True