summaryrefslogtreecommitdiff
path: root/ishtar/settings.py.example
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@peacefrogs.net>2011-02-25 15:58:32 +0100
committerÉtienne Loks <etienne.loks@peacefrogs.net>2011-02-25 15:58:32 +0100
commitee554dc96321418f22a482f48dce8dd2fb700233 (patch)
tree5b761be14e420b8fb41ccaf55773f2f7d0f85611 /ishtar/settings.py.example
parent029945ebd31fce0a3283c6dd581caa65a758bb45 (diff)
downloadIshtar-ee554dc96321418f22a482f48dce8dd2fb700233.tar.bz2
Ishtar-ee554dc96321418f22a482f48dce8dd2fb700233.zip
Work on file sheet and odt export (refs #227)
Diffstat (limited to 'ishtar/settings.py.example')
-rw-r--r--ishtar/settings.py.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/ishtar/settings.py.example b/ishtar/settings.py.example
index 99017d049..4b3388389 100644
--- a/ishtar/settings.py.example
+++ b/ishtar/settings.py.example
@@ -11,6 +11,8 @@ ROOT_PATH = "/var/local/webapp/ishtar/ishtar/"
URL_PATH = ""
JQUERY_URL = "/javascript/jquery/jquery.js"
JQUERY_UI_URL = "/javascript/jquery-ui/"
+XHTML2ODT_PATH = ROOT_PATH + "../xhtml2odt"
+ODT_TEMPLATE = ROOT_PATH + "../static/template.odt"
LOGIN_REDIRECT_URL = "/" + URL_PATH
DEBUG = True