django-baseviews

A small collection of base Django view classes to build upon
Download

django-baseviews Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Publisher Name:
  • Brandon Konkle
  • Publisher web site:
  • http://adoleo.com

django-baseviews Tags


django-baseviews Description

A small collection of base Django view classes to build upon django-baseviews is a Django app intended to handle a lot of the repetition in common view patterns and allow you to focus on what makes each view different. Requirements: · Python · Django What's New in This Release: · Removed the ``from views import *`` call from ``__init__`` - This was there to provide backwards compatibility for when baseviews was a single file instead of a package. This is not a good practice in general, and it caused problems when trying to implement formal versioning. All instances of from baseviews import in your code will need to be replaced with from baseviews.views import.


django-baseviews Related Software