
Djblets is a set of utility classes and functions for web applications written using django and python. it contains followed modules:
- auth: flexible forms for registration processing and other useful
forms.
- datagrid: customizable datagrids that represent paginated lists of
database objects.
- feedview: views and templates for providing a simple rss reader.
- gravatars: template tags for inserting gravatars in a page.
- log: provides middleware that handles log initialization
- siteconfig: a powerful module for offering dynamic settings
configuration in a web ui.
- testing: helper classes for unit tests.
- util: a collection of various utility functions, template tags, and
more.
- webapi: a rich framework for implementing restful apis in a web
application.