Re: set utf8 as default database char set

2010-08-31 Thread Lachlan Musicman
On Tue, Aug 31, 2010 at 23:52, Elim Qiu wrote: > I just feel kind of redundant to have the same text in and above the > textfields. This is a result of the tutorial - they aren't always the same :) > And also the odd table layout that makes choice fields and votes' fields so > apart; and do

Re: set utf8 as default database char set

2010-08-31 Thread Elim Qiu
I just feel kind of redundant to have the same text in and above the textfields. And also the odd table layout that makes choice fields and votes' fields so apart; and doubt if I did something wrong. At the moment, I only care about following the tutorial correctly. If you think it looks fine, the

Re: set utf8 as default database char set

2010-08-31 Thread Karen Tracey
On Tue, Aug 31, 2010 at 3:14 AM, Elim Qiu wrote: > I'm in tutorial 2. Looks like I did something wrong. Please help. thanks > See the image attached > The image looks fine to me. What do you see that you think is wrong? Karen -- http://tracey.org/kmt/ -- You received this message because you

Re: set utf8 as default database char set

2010-08-30 Thread Elim Qiu
Thanks Rolando Espinoza La Fuente ! On Mon, Aug 30, 2010 at 8:27 PM, Rolando Espinoza La Fuente < dark...@gmail.com> wrote: > On Mon, Aug 30, 2010 at 1:58 PM, elim wrote: > > In my MySQL's my.ini, I have > > > > default-character-set=latin1 > > > > But I like to use utf-8 for all my Django proje

Re: set utf8 as default database char set

2010-08-30 Thread Rolando Espinoza La Fuente
On Mon, Aug 30, 2010 at 1:58 PM, elim wrote: > In my MySQL's my.ini, I have > > default-character-set=latin1 > > But I like to use utf-8 for all my Django projects. What I should set > in settings.py? Django already uses utf8 by default. Even, as far I know, is not possible to use another charact

set utf8 as default database char set

2010-08-30 Thread elim
In my MySQL's my.ini, I have default-character-set=latin1 But I like to use utf-8 for all my Django projects. What I should set in settings.py? Thanks a lot. ===I just get Django installed, not even done with the 1st tutorial -- You received this message because you are subscribed to the