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
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
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
3 matches
Mail list logo