diff options
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 |
commit | aa70ac1ae2ea28faf7e23ad2150e24d91c2c4e5e (patch) | |
tree | b94ef695a5ebbbcacf7957b707a0f80173d236ab /example_project/settings.py | |
parent | f36114279ebe19039ec00bfb7a2b2d197e8197f8 (diff) | |
download | Ishtar-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.py | 1 |
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" |