On Sat, Mar 27, 2010 at 9:30 PM, Mohamed Ainab <myai...@gmail.com> wrote: > I have this test case > > def test_loginin_student_control_panel(self): > c = Client() > c.login(username="tauri", password="gaul") > response = c.get('/student/') > self.assertEqual(response.status_code, 200)
Was the user created? Has is_active flag? You have django.contrib.sessions in your INSTALLED_APPS? c.login() returns False is login was unsuccessful. Hope it helps. Regards, ~Rolando -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.