From a687a19ee86386d33f2c2c9dd16ec8340de1d48f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 15 Jan 2015 15:16:56 +0100 Subject: Fix dependencies and path on a clean install --- example_project/settings.py | 1 - 1 file changed, 1 deletion(-) (limited to 'example_project/settings.py') 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" -- cgit v1.2.3