From 9f7f656da88d8770ac79ad69b9cfaf0b26733b76 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 15 Nov 2019 20:49:27 +0100 Subject: Overload translation in database --- example_project/local_settings.py.sample | 3 +++ 1 file changed, 3 insertions(+) (limited to 'example_project/local_settings.py.sample') 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 -- cgit v1.2.3