Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bkonkle/django-baseviews
A small collection of Django view classes to build upon.
https://github.com/bkonkle/django-baseviews
Last synced: about 2 months ago
JSON representation
A small collection of Django view classes to build upon.
- Host: GitHub
- URL: https://github.com/bkonkle/django-baseviews
- Owner: bkonkle
- License: other
- Created: 2010-08-31T19:35:14.000Z (over 14 years ago)
- Default Branch: develop
- Last Pushed: 2011-01-11T13:18:08.000Z (almost 14 years ago)
- Last Synced: 2024-10-31T22:50:26.951Z (2 months ago)
- Language: Python
- Homepage:
- Size: 198 KB
- Stars: 46
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Django-Baseviews
================A small collection of base view classes to build upon. They are intended to
handle a lot of the repetition in common view patterns and allow you to focus
on what makes each view different. They've been in use in production on
various PegasusNews.com apps since June, 2010.This is just the beginning, and I plan on expanding these classes and adding
more to cover other common view patterns. Feel free to fork and send pull
requests - I'd be happy to review and integrate contributions.You can review the documentation on Read the Docs:
http://readthedocs.org/projects/bkonkle/django-baseviews/docs/