From 785e35555993fd1c7251b6d50e1fb4b27cbeb7f1 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 12 Feb 2021 17:53:44 +0100 Subject: Refactoring - typo --- example_project/local_settings.py.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 555adb711..21e7cb791 100644 --- a/example_project/local_settings.py.sample +++ b/example_project/local_settings.py.sample @@ -50,7 +50,7 @@ ALLOWED_HOSTS = [] SRID = 27572 ENCODING = '' # specific encoding for CSV export - default to utf-8 SURFACE_UNIT = 'square-metre' -SURFACE_UNIT_LABEL = u'm²' +SURFACE_UNIT_LABEL = 'm²' # translation overload can consume resources for a low profile machine # USE_TRANSLATION_OVERLOAD = True -- cgit v1.2.3