Using django's test facility

2006-12-14 Thread ginstrom
lient() >>> response = client.get('/archive/') >>> response.status_code 200 >>> What am I doing wrong? Thanks, Ryan Ginstrom """Unit tests for archive unit""" import unittest from django.test.client import Client class ArchiveT

RE: utf-8 with MySQL

2006-11-29 Thread Ryan Ginstrom
> On Behalf Of Aidas Bendoraitis > I guess, this query may help you: > ALTER DATABASE `yourdatabase` DEFAULT CHARACTER SET utf8 > COLLATE utf8_general_ci So that's how to do it. Thanks! Regards, Ryan Ginstrom --~--~-~--~~~---~--~~ You rece

RE: utf-8 with MySQL

2006-11-28 Thread Ryan Ginstrom
) Doing this, my data goes in and out untouched. A somewhat unsatisfying solution, but it seems to work. Regards, Ryan Ginstrom --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post t

utf-8 with MySQL

2006-11-28 Thread ginstrom
find a solution in the existing threads. Apologies if I have missed the answer somewhere. Regards, Ryan Ginstrom --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, s