From 69f3375a4f02986e11c4e86b8c0b153a1a5683ce Mon Sep 17 00:00:00 2001 From: James Vasile Date: Fri, 16 Dec 2011 23:43:30 -0500 Subject: [PATCH] start adding base_href --- cfg.sample.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cfg.sample.py b/cfg.sample.py index 34ca0231d..186f48729 100644 --- a/cfg.sample.py +++ b/cfg.sample.py @@ -3,6 +3,7 @@ import os file_root = os.path.dirname(os.path.realpath(__file__)) data_dir = os.path.join(file_root, "data") +base_href="" store_file = os.path.join(data_dir, "store.sqlite3") user_db = os.path.join(data_dir, "users") status_log_file = os.path.join(data_dir, "status.log")