Are you returning render_to_response in the view?
On Jul 14, 6:12 am, alecs <[email protected]> wrote:
> Hi all :) Can u help me with .views._CheckLogin.__call__ didn't return
> an HttpResponse object . I'm trying from my view 'jump' to another
> view by calling mail_to_user(request,username,dummy) The
> mail_to_user view contains render_to_response and if I simply copy the
> contents of mail_to_user into main view everything works OK. But I
> think it's better to call another view than to copy a whole conent.
> What can be wrong ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---