On Sat, 2009-02-28 at 18:11 -0800, AKK wrote: > 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
*sigh* That's not what you get. You get a full traceback containing details of where the exception is raised. That information is kind of important! It will, in fact, give you quite a big clue as to where to look in the source to see what is expected, for example, if nothing else. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---