diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-03-31 21:23:08 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2011-03-31 21:23:08 +0200 |
commit | b740b53b92d5276f48449c333ee90001abfb2a48 (patch) | |
tree | 50b91944ce5eb8decd0c99cde239b0a2df5808d1 /ishtar/settings.py.example | |
parent | 49912bb27550ee4fa9861bf8e1bf75d149218b56 (diff) | |
download | Ishtar-b740b53b92d5276f48449c333ee90001abfb2a48.tar.bz2 Ishtar-b740b53b92d5276f48449c333ee90001abfb2a48.zip |
Create specific widget to manage surfaces (closes #60)
Diffstat (limited to 'ishtar/settings.py.example')
-rw-r--r-- | ishtar/settings.py.example | 2 |
1 files changed, 2 insertions, 0 deletions
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 = "" |