On 2014-12-01 20:07, check.dja...@gmail.com wrote:
        * I load the temple : template = loader.get_template(>.html>)
        * i use context : context = RequestContext(request,{
'tableC_QuerySet': tableC_QuerySet,})
        * return HttpResponse(template.render(context))

you may also have a look at the render shortcut:
https://docs.djangoproject.com/en/1.7/topics/http/shortcuts/#render

-- Florian

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/cb1971d3ad75fb9e265532b1a72e4237%40ist-total.org.
For more options, visit https://groups.google.com/d/optout.

Reply via email to