diff options
Diffstat (limited to 'example_project/local_settings.py.sample')
| -rw-r--r-- | example_project/local_settings.py.sample | 3 | 
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  | 
