From d932a55da2608ccafc65e53a672dfc2dd9dec023 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 9 Dec 2010 17:40:30 +0100 Subject: Some corrections on database model (refs #13) --- ishtar/settings.py.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ishtar/settings.py.example') diff --git a/ishtar/settings.py.example b/ishtar/settings.py.example index 46d4f58b2..5a15e0e6d 100644 --- a/ishtar/settings.py.example +++ b/ishtar/settings.py.example @@ -1,5 +1,8 @@ # Django settings for ishtar project. +# Ishtar custom +SRID = 27572 + DEBUG = True TEMPLATE_DEBUG = DEBUG -- cgit v1.2.3