From 1c9c199748d4653f691ff00975bb2f669c04ed65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toshio=20=E3=81=8F=E3=82=89=E3=81=A8=E3=81=BF?= Date: Tue, 4 Mar 2008 23:25:01 +0000 Subject: [PATCH] Set sqlalchemy to use unicode for text values. --- fas/fas/config/app.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fas/fas/config/app.cfg b/fas/fas/config/app.cfg index 7bab914..d6c9039 100644 --- a/fas/fas/config/app.cfg +++ b/fas/fas/config/app.cfg @@ -6,6 +6,9 @@ # The commented out values below are the defaults +# Database values +sqlalchemy.convert_unicode=True + admingroup = 'accounts' # VIEW