Normalerweise erledigt django das "on the fly". Klappt es nicht mit der Automatik sollte mal sich zu helfen wissen. Filter könnten mein Freund werden.
cat /usr/lib/python2.4/sitecustomize.py
1 import sys
2 sys.setdefaultencoding("utf-8")
3
4 import warnings
5 warnings.filterwarnings('ignore', message=r'Module .*? is being added to sys.path', append=True)
-- DetlevLengsfeld 2008-04-27 10:51:46
Python/Django/unicode in templates (last modified 2008-11-04 07:00:04)