diff options
Diffstat (limited to 'example_project/settings.py')
-rw-r--r-- | example_project/settings.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example_project/settings.py b/example_project/settings.py index e7a2d5643..1e9051429 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -172,7 +172,7 @@ ENCODING = 'windows-1252' APP_NAME = "SRA - Pays de la Loire" SURFACE_UNIT = 'square-metre' SURFACE_UNIT_LABEL = u'm²' -JOINT = u"|" +JOINT = u" | " ISHTAR_OPE_COL_FORMAT = None # DB key: (txt_idx, label) ISHTAR_OPE_TYPES = {} |