django-cbv

Class Based Views backported from Django trunk
Download

django-cbv Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • Bruno Reni
  • Publisher web site:
  • http://renie.fr

django-cbv Tags


django-cbv Description

Class Based Views backported from Django trunk django-cbv is a Django Class Based Views taken from Django trunk.Use CBVs like this:import cbv as genericThen write your class-based views as expained in the Django documentation:class SomeView(generic.TemplateView): template_name = 'some_template.html'You will need the following middleware installed:cbv.middleware.DeferredRenderingMiddlewareOnce you're ready to use Django 1.3, you'll only need to switch the import statement to:from django.views import generic Requirements: · Python · Django


django-cbv Related Software