diff options
Diffstat (limited to 'example_project/settings.py')
| -rw-r--r-- | example_project/settings.py | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/example_project/settings.py b/example_project/settings.py index 618c817df..5611be911 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -190,6 +190,9 @@ ISHTAR_DOC_TYPES = {u"undefined":u"Undefined"}  ISHTAR_DPTS = [] +OP_PREFIX = 'OP' +FILE_PREFIX = 'SRA' +  PRE_APPS = []  EXTRA_APPS = [] | 
