summaryrefslogtreecommitdiff
path: root/example_project/local_settings.py.sample
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2019-11-15 20:49:27 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2019-11-15 20:51:05 +0100
commitda44f143199b3adeb61c1ecd0c9f1e60a5604b23 (patch)
tree7b615b92d6e3161473184f7f55450148e6e5df99 /example_project/local_settings.py.sample
parentc826f855e52b96398a990fdf9d51e38c8156f6c9 (diff)
downloadIshtar-da44f143199b3adeb61c1ecd0c9f1e60a5604b23.tar.bz2
Ishtar-da44f143199b3adeb61c1ecd0c9f1e60a5604b23.zip
Overload translation in database
Diffstat (limited to 'example_project/local_settings.py.sample')
-rw-r--r--example_project/local_settings.py.sample3
1 files changed, 3 insertions, 0 deletions
diff --git a/example_project/local_settings.py.sample b/example_project/local_settings.py.sample
index f49963c84..555adb711 100644
--- a/example_project/local_settings.py.sample
+++ b/example_project/local_settings.py.sample
@@ -51,3 +51,6 @@ SRID = 27572
ENCODING = '' # specific encoding for CSV export - default to utf-8
SURFACE_UNIT = 'square-metre'
SURFACE_UNIT_LABEL = u'm²'
+
+# translation overload can consume resources for a low profile machine
+# USE_TRANSLATION_OVERLOAD = True