Re: Why does MySql gives warning? Incorrect string value: '\xE6\x9D\xB1\xE8\xA8\xBC...' for column 'title' at row 1

2008-10-06 Thread tamonash
Thanks for the suggestion :) --~--~-~--~~~---~--~~ 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

Re: Why does MySql gives warning? Incorrect string value: '\xE6\x9D\xB1\xE8\xA8\xBC...' for column 'title' at row 1

2008-10-06 Thread tamonash
Thanks Malcolm, You solved my problem. These tables were something that I was using from a previous application so all the mess.. As suggested by you, this is what I did. mysql> show create table ac_project_messages; +-

Why does MySql gives warning? Incorrect string value: '\xE6\x9D\xB1\xE8\xA8\xBC...' for column 'title' at row 1

2008-10-06 Thread tamonash
I am using webfactional for hosting my site. I created my database from the control panel with utf8 as the encoding. I want my application to be able to use other characters than English like Japanese etc.. This is one of my models: class AcProjectMessages(models.Model): milestone_id =

Re: How to get the list of logged in users?

2008-09-17 Thread tamonash
I believe this plugin is to track how many visitors are there in the site, or in the same page. I needed some way to show the usernames of the people who are currently logged in. What can be the smartest way to do that? --~--~-~--~~~---~--~~ You received this

How to get the list of logged in users?

2008-09-15 Thread tamonash
I need to show the currently logged in users in my tempIate. I read somewhere that you can do it using the last_login field of the User. I suppose there must be a better way of doing this. Can someone please help! --~--~-~--~~~---~--~~ You received this message

How to get the list of logged in users?

2008-09-14 Thread tamonash
gle_color_url = "006792"; google_color_text = "00"; //--> How to get the list of logged in users? tamonash Re: How to get the list of logged in users? Rene Jochum Reply via email to <!-- google_ad_c