A design pattern for Django that allows you to build "Pluggable" Reusable Applications
Project description
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for django_pluggables-0.2.0-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | def5febb3e7eafc071d13677660da4b2396a03aba5918037723910c55706dfa6 |
|
MD5 | a53e3db00faea9c060dd14c25c39ae93 |
|
BLAKE2b-256 | ab62f25325ed6b7762a55151c21bf03f9bfac8770f0da14c8c61b51356f4018a |