diff options
author | Étienne Loks <etienne.loks@proxience.com> | 2015-10-24 03:50:36 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@proxience.com> | 2015-10-24 03:51:14 +0200 |
commit | 42116f233489b878a512295adb86b5556e7257f2 (patch) | |
tree | 9e64c8d168e0ed4e73e3725b9c06d072d62233ff /example_project | |
parent | 5b5c1bd7dd865fb530b156212474846db59b2191 (diff) | |
download | Ishtar-42116f233489b878a512295adb86b5556e7257f2.tar.bz2 Ishtar-42116f233489b878a512295adb86b5556e7257f2.zip |
Imports: manage soft import (update) with unicity keys - script to initialize SRA file import
Diffstat (limited to 'example_project')
-rw-r--r-- | example_project/settings.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index c669ea954..f4d7ca609 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -190,6 +190,8 @@ ISHTAR_PERIODS = {} ISHTAR_PERMIT_TYPES = {} ISHTAR_DOC_TYPES = {u"undefined": u"Undefined"} +ISHTAR_LOCAL_PREFIX = "SRA" + ISHTAR_DPTS = [] OP_PREFIX = 'OP' |