diff options
Diffstat (limited to 'example_project')
| -rw-r--r-- | example_project/settings.py | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/example_project/settings.py b/example_project/settings.py index ea50daffb..f631047cb 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -32,10 +32,6 @@ BASE_URL = "/"  URL_PATH = ""  EXTRA_VERSION = 'git' -STATICFILES_DIRS = ( -    ROOT_PATH + "../static/", -) -  ODT_TEMPLATE = ROOT_PATH + "../ishtar_common/static/template.odt"  LOGIN_REDIRECT_URL = "/" + URL_PATH @@ -240,6 +236,7 @@ ISHTAR_PERIODS = {}  ISHTAR_PERMIT_TYPES = {}  ISHTAR_DOC_TYPES = {u"undefined": u"Undefined"} +ISHTAR_SEARCH_LANGUAGE = "french"  ISHTAR_DPTS = [] | 
