diff options
Diffstat (limited to 'back/config.py')
-rw-r--r-- | back/config.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/back/config.py b/back/config.py index a3185ee..9c5b6fd 100644 --- a/back/config.py +++ b/back/config.py @@ -10,3 +10,5 @@ if modpath.endswith('.pyc') and os.path.exists(modpath[:-1]): # Sort out symlinks APP_DIR = os.path.realpath(os.path.dirname(modpath)) REDIS_HOST = 'localhost' + +debug = True |