Greetings. Is there a way for me to intruct Django that I want to use InnoDB with MySQL, as well as UTF-8?
Currently, our database defaults to MyISAM and some Swedish 8-bit character encoding. I've got a file of SQL statements that change this stuff for each table, but would very much like to be able to do something like DATABASE_CHARSET="UTF-8" DATABASE_STORAGE_ENGINE="InnoDB" in settings.py . Peace, Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---