From 2c04b1dd24412ae9ad113d63ff28de8dc92c7621 Mon Sep 17 00:00:00 2001 From: Antony Chazapis Date: Tue, 28 Feb 2012 16:07:13 +0200 Subject: [PATCH] Update README. --- snf-pithos-app/README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/snf-pithos-app/README b/snf-pithos-app/README index c8a1513..85a5884 100644 --- a/snf-pithos-app/README +++ b/snf-pithos-app/README @@ -18,6 +18,10 @@ Use snf-webproject to run Pithos automatically. To use Pithos in a custom Django project, just add ``pithos.api`` to ``INSTALLED_APPS``. +Pithos has been tested with SQLite and PostgreSQL backend databases. When using PostgreSQL, ensure that the has been created with the appropriate encoding and collation:: + + CREATE DATABASE pithos WITH ENCODING 'UTF8' LC_COLLATE='C' LC_CTYPE='C' TEMPLATE=template0; + Settings -------- -- 1.7.10.4