From f911e61b6ff0005d14a2646e283320d1b8ef33fc Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 31 Mar 2011 21:23:08 +0200 Subject: Create specific widget to manage surfaces (closes #60) --- ishtar/settings.py.example | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ishtar/settings.py.example') diff --git a/ishtar/settings.py.example b/ishtar/settings.py.example index 4b3388389..192f13108 100644 --- a/ishtar/settings.py.example +++ b/ishtar/settings.py.example @@ -6,6 +6,8 @@ # Ishtar custom SRID = 27572 ENCODING = '' # specific encoding for CSV export - default to utf-8 +SURFACE_UNIT = 'square-metre' +SURFACE_UNIT_LABEL = 'm²' ROOT_PATH = "/var/local/webapp/ishtar/ishtar/" URL_PATH = "" -- cgit v1.2.3