summaryrefslogtreecommitdiff
path: root/example_project/settings.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2015-01-15 15:16:56 +0100
committerÉtienne Loks <etienne.loks@proxience.com>2015-01-24 21:48:41 +0100
commitaa70ac1ae2ea28faf7e23ad2150e24d91c2c4e5e (patch)
treeb94ef695a5ebbbcacf7957b707a0f80173d236ab /example_project/settings.py
parentf36114279ebe19039ec00bfb7a2b2d197e8197f8 (diff)
downloadIshtar-aa70ac1ae2ea28faf7e23ad2150e24d91c2c4e5e.tar.bz2
Ishtar-aa70ac1ae2ea28faf7e23ad2150e24d91c2c4e5e.zip
Fix dependencies and path on a clean install
Diffstat (limited to 'example_project/settings.py')
-rw-r--r--example_project/settings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/example_project/settings.py b/example_project/settings.py
index 328068837..2825f717e 100644
--- a/example_project/settings.py
+++ b/example_project/settings.py
@@ -24,7 +24,6 @@ STATIC_ROOT = ROOT_PATH + 'static/'
BASE_URL = "/"
URL_PATH = ""
-XHTML2ODT_PATH = "/usr/local/lib/"
ODT_TEMPLATE = ROOT_PATH + "../ishtar_common/static/template.odt"