From 2f38658f5d86a199a1066341883aa69bd6e49828 Mon Sep 17 00:00:00 2001 From: syn Date: Mon, 8 Mar 2021 21:23:24 +0300 Subject: Improve build process --- back/config.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'back/config.py') 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 -- cgit v1.2.1-18-gbd029