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
commit8301e4705fccdf557d5d9e57eb32f9ba66c663b8 (patch)
tree5b761be14e420b8fb41ccaf55773f2f7d0f85611 /ishtar/settings.py.example
parentcfe087f98169570c8ace3c1ecaa47c6f6e661f54 (diff)
downloadIshtar-8301e4705fccdf557d5d9e57eb32f9ba66c663b8.tar.bz2
Ishtar-8301e4705fccdf557d5d9e57eb32f9ba66c663b8.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