Thank you. I had  forgotten the context instance part but now i've
added that as below:

"render_to_response('blogSite/index.html', locals(),
context_instance=RequestContext(request))"

and i get:

Exception Type:         ValueError
Exception Value:       Empty module name

but if i take out request:

Exception Type:         TypeError
Exception Value:        unbound method update() must be called with
RequestContext instance as first argument (got dict instance instead)

I could find anything in the docs about why i might be getting this
error.

Andrew
--~--~---------~--~----~------------~-------~--~----~
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