It looks interesting, especially GoogleAnalyticsMiddleware.
On Nov 6, 2:29 pm, Johan wrote:
> Is anybody using django-tracking (http://code.google.com/p/django-
> tracking/) and if so is it any good ? Is there any other applications
> that does this type of logging?
--
You received this message
Everybody, thank you for feedback.
Karen, you were absolutely right! I've changed collation to
utf8_unicode_ci and Django is converting strings to unicode! This is
fine! Thanks a lot!
RTFM :-)
On Sep 18, 6:12 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote:
> Since you say you are using UTF8_BIN c
ackages/PIL']
Server time:Чет, 18 Сен 2008 09:17:58 -0500
As I understand python supposes that menu[0].title is ASCII string and
tries to convert it to unicode string... I guess the same happens with
admin templates... Do you have any ideas how to solve this? I've tried
to set use_uni
_command,
charset, use_unicode and read_default_file parameters... I've also
tried to reconfigure database to use cp1251 charset, because this is
default encoding for mysql server, but without positive effect... The
only difference I can see is a modification of the byte which is 0xd0
in
hm... I've tried with very simple model from the scratch and I got the
same problem without init_command...
On Sep 18, 2:30 am, Malcolm Tredinnick <[EMAIL PROTECTED]>
wrote:
> On Thu, 2008-09-18 at 01:57 +0300, Fedor Tyurin wrote:
> > Another possible solution (and probably better one) is to use
Hi everybody,
I'm trying to port my site to Django 1.0... And it works fine if
LANGUAGE_CODE is set to en-us, but if I set it to ru the following
problem appears while I'm trying add new object using admin interface:
Warning at /admin/storage/file/add/
Data truncated for column 'message' at row
6 matches
Mail list logo