Re: client.login() returns false

2007-09-09 Thread Anderson Santos
I knew that it was something stupid =P Thanks a lot =) On 9 set, 11:07, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > On 9/9/07, Anderson Santos <[EMAIL PROTECTED]> wrote: > > > > > Hello, I am trying to do a basic test authentication but I am unable > > to get it working. I made some ch

Re: client.login() returns false

2007-09-09 Thread Russell Keith-Magee
On 9/9/07, Anderson Santos <[EMAIL PROTECTED]> wrote: > > Hello, I am trying to do a basic test authentication but I am unable > to get it working. I made some changes to be sure that the user has > been created, here's my testcase: ... > user = > User(username='teste',password='teste',ema

client.login() returns false

2007-09-09 Thread Anderson Santos
Hello, I am trying to do a basic test authentication but I am unable to get it working. I made some changes to be sure that the user has been created, here's my testcase: from django.contrib.auth.models import User class StoreTest(TestCase): def setUp(self): from basecommerce.apps.st