Hi!

Im trying to test my app with django test Client.
When I try to do 'get' to the '/accounts/' which in my urls.py is
equiv to generic login view I get DoesNotExists exception and a
traceback. check it here http://dpaste.com/50688/ .
Can You tell me what am I doing wrong ?

PS. when Im 'get'ing 'accounts/' I Get the "TypeError: 'NoneType'
object is not iterable"

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to