diff options
| author | Étienne Loks <etienne.loks@proxience.com> | 2013-04-30 15:27:34 +0000 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@proxience.com> | 2013-04-30 15:27:34 +0000 | 
| commit | fd1647a1b8b64ad5e9e340bc54ae69258948ee77 (patch) | |
| tree | 5f5652a1fb2027bbf4dd1dc26d6e28cbc04ea8fb /example_project | |
| parent | 94dfdaf3303f648de5ed228809d042f7329dc09e (diff) | |
| parent | f822d5efad930b26f8a4fe24bc802d44d1f22a15 (diff) | |
| download | Ishtar-fd1647a1b8b64ad5e9e340bc54ae69258948ee77.tar.bz2 Ishtar-fd1647a1b8b64ad5e9e340bc54ae69258948ee77.zip | |
Merge branch 'master' of lysithea.proxience.net:/home/proxience/git/ishtar
Diffstat (limited to 'example_project')
| -rw-r--r-- | example_project/local_settings_nantes.py | 3 | ||||
| -rw-r--r-- | example_project/settings.py | 2 | 
2 files changed, 3 insertions, 2 deletions
| diff --git a/example_project/local_settings_nantes.py b/example_project/local_settings_nantes.py index 96d47a409..1b9b9a537 100644 --- a/example_project/local_settings_nantes.py +++ b/example_project/local_settings_nantes.py @@ -112,7 +112,8 @@ ISHTAR_PERMIT_TYPES = {  ISHTAR_DOC_TYPES = {      'RF':u"Rapport final", -    'RI':u"Rapport intermédiaire" +    'RI':u"Rapport intermédiaire", +    "undefined":u"Non précisé"  }  # attrs, convert[, relative col number, multi] diff --git a/example_project/settings.py b/example_project/settings.py index d856fcce5..bfb59fb5d 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -161,7 +161,7 @@ ISHTAR_OPE_TYPES = {}  # DB key: txt_idx  ISHTAR_PERIODS = {}  ISHTAR_PERMIT_TYPES = {} -ISHTAR_DOC_TYPES = {} +ISHTAR_DOC_TYPES = {u"undefined":u"Undefined"}  ISHTAR_DPTS = [] | 
