django-pluggables 0.1.5
A design pattern for Django that allows you to build "Pluggable" Reusable Applications
Django-Pluggables is a design pattern that endows reusable applications with a few additional features:
- Applications can exist at multiple URL locations (e.g. http://example.com/foo/app/ and http://example.com/bar/app/).
- Applications can be "parented" to other applications or objects which can then deliver specialized context information.
- Posting form data and error handling can happen in locations that make sense to the user, as opposed to the common practice of using templatetags and standalone error or preview pages for form data processing.
- Views and templates remain generic and reusable.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| django-pluggables-0.1.5.tar.gz (md5) | Source | 2009-09-09 | 124KB | 573 | |
- Author: Nowell Strite
- Home Page: http://github.com/nowells/django-pluggables/
- License: MIT
- Platform: any
- Categories
- Package Index Owner: nowells
- DOAP record: django-pluggables-0.1.5.xml
