diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-08-25 12:56:23 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2013-08-25 12:56:23 +0200 |
commit | c3181ddb7a6501e2d32b8f370a2c1d5771c37496 (patch) | |
tree | 13240b03be05b0ce63c261f80274d21dcda65111 /example_project | |
parent | 5cdbb2055adc8b23413b5e35ddb13635d5ad24c9 (diff) | |
download | Ishtar-c3181ddb7a6501e2d32b8f370a2c1d5771c37496.tar.bz2 Ishtar-c3181ddb7a6501e2d32b8f370a2c1d5771c37496.zip |
Improve cached_label display
Diffstat (limited to 'example_project')
-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 4930d6efa..6b2d1e2c6 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -160,7 +160,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 = {} |