django-viewssi

Template tag for requesting views in templates (Django)
Download

django-viewssi Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Tamas Kemenczy

django-viewssi Tags


django-viewssi Description

Template tag for requesting views in templates (Django) django-viewssi is a template tag for making simulated GET requests to Django application view functions. The HTTP response can be displayed in the given template.Variations of usage of viewssi:{% viewssi path.to.view %}{% viewssi path.to.view arg,arg2,kwarg=val %}{% viewssi path.to.view arg,arg2,kwarg=val as var %}{% viewssi path.to.view arg,arg2,kwarg=val get p1=v1,p2=v2 as var %}The first argument is the path to a view function to call. If the view requires args and/or kwargs, pass them as the second token in the tag. args and the values of kwargs are resolved to template variables unless they are quoted.The view doesn't have to be exposed in a URL configuration. Essentially any function can be called that accepts one argument (the request) and returns a django.http.HttpResponse object.You can pass a GET query string by including a get token in the tag followed by key=value pairs. Parameter values are also resolved to template variables unless they are quoted.If the as Requirements: · Django · Python


django-viewssi Related Software