start adding base_href

This commit is contained in:
James Vasile 2011-12-16 23:43:30 -05:00 committed by James Vasile
parent 02baab57a0
commit 20af8da743

View File

@ -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")