summaryrefslogtreecommitdiff
path: root/example_project/local_settings.py.sample
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2021-02-12 17:53:44 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2021-02-28 12:15:24 +0100
commit785e35555993fd1c7251b6d50e1fb4b27cbeb7f1 (patch)
tree9bf31ced127fc7389d9ba6f9d55279fd21debcfb /example_project/local_settings.py.sample
parent3bbe9b6b0ed29709500d82c3b8122f8adb11d9ee (diff)
downloadIshtar-785e35555993fd1c7251b6d50e1fb4b27cbeb7f1.tar.bz2
Ishtar-785e35555993fd1c7251b6d50e1fb4b27cbeb7f1.zip
Refactoring - typo
Diffstat (limited to 'example_project/local_settings.py.sample')
-rw-r--r--example_project/local_settings.py.sample2
1 files changed, 1 insertions, 1 deletions
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