Chris Moffitt wrote:
> Make sure your mysql collation is set to utf-8.
>
> -Chris
>
Yes, thank You. Adding into settings.py

DATABASE_OPTIONS = {
            'init_command' : 'SET NAMES "utf8"',
            }

fixed problem for me.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Satchmo users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/satchmo-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to