Why am i getting this error:
ValueError at /user/naveen_admin/
The view django_bookmarks.bookmarks.views.user_page didn't return an
HttpResponse object.
Request Method: GET
Request URL:http://localhost:8000/user/naveen_admin/
Exception Type: ValueError
Exception Value:
The view django_bookmarks
variables = Context({
'username': username,
'bookmarks': bookmarks
})
output = template.render(variables)
return HttpResponse(output)
On Sun, Mar 7, 2010 at 11:19 PM, Daniel Roseman wrote:
> On Mar 7,
2 matches
Mail list logo