diff options
Diffstat (limited to 'example_project/settings.py')
-rw-r--r-- | example_project/settings.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index 33372bd5d..8248b6713 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -290,9 +290,7 @@ ISHTAR_PERMIT_TYPES = {} ISHTAR_DOC_TYPES = {"undefined": "Undefined"} ISHTAR_SEARCH_LANGUAGE = "french" - ISHTAR_SECURE = True - ISHTAR_DPTS = [] MAX_ATTEMPTS = 1 # django background tasks @@ -308,6 +306,9 @@ TEST_RUNNER = "ishtar_common.tests.ManagedModelTestRunner" SELENIUM_TEST = False CELERY_BROKER_URL = "" SENTRY_ID = None +DISTRIBUTION = "source" +LIB_BASE_PATH = ROOT_PATH + "../" +FIXTURE_AUTH_PATH = ROOT_PATH + "../" try: from custom_settings import * |