summaryrefslogtreecommitdiff
path: root/cfg.sample.py
diff options
context:
space:
mode:
authorJames Vasile <james@hackervisions.org>2011-12-20 21:25:20 -0500
committerJames Vasile <james@jamesvasile.com>2012-02-19 15:07:15 -0500
commitc22e3695092d27fa7bd84c0a9733185ef479ea08 (patch)
treefbd5481d8f6a12f001e984fbd2eb336f58202e1c /cfg.sample.py
parent54b8e52a182bea5212f721b1f4ab5d9d2bea0c13 (diff)
move basehref
Diffstat (limited to 'cfg.sample.py')
-rw-r--r--cfg.sample.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg.sample.py b/cfg.sample.py
index 186f487..2c8a8ad 100644
--- a/cfg.sample.py
+++ b/cfg.sample.py
@@ -3,7 +3,6 @@ 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")
@@ -18,4 +17,5 @@ port = 8000
## Do not edit below this line ##
html_root = None
main_menu = Menu()
+base_href = ""