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 | ab66e177c787f4982790b20079e0d00d78829058 (patch) | |
| tree | 9e64c8d168e0ed4e73e3725b9c06d072d62233ff /example_project/settings.py | |
| parent | 51c50d6f27b70fde3b83b2cdb41ad41f0ac5e972 (diff) | |
| download | Ishtar-ab66e177c787f4982790b20079e0d00d78829058.tar.bz2 Ishtar-ab66e177c787f4982790b20079e0d00d78829058.zip  | |
Imports: manage soft import (update) with unicity keys - script to initialize SRA file import
Diffstat (limited to 'example_project/settings.py')
| -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'  | 
