From 40e718aba36be55b1b44f6217191b90ed9ad51be Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 10 Feb 2011 16:01:56 +0100 Subject: CSV improvment...regression ( ;) ) can manage non standard encoding (such as Windows ones) (closes #159) --- ishtar/settings.py.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ishtar/settings.py.example') diff --git a/ishtar/settings.py.example b/ishtar/settings.py.example index 4d16fd5b2..99017d049 100644 --- a/ishtar/settings.py.example +++ b/ishtar/settings.py.example @@ -1,10 +1,11 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright (C) 2010 Étienne Loks +# Copyright (C) 2010-2011 Étienne Loks # Django settings for ishtar project. # Ishtar custom SRID = 27572 +ENCODING = '' # specific encoding for CSV export - default to utf-8 ROOT_PATH = "/var/local/webapp/ishtar/ishtar/" URL_PATH = "" -- cgit v1.2.3