Skip to main content

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:

  1. Applications can exist at multiple URL locations (e.g. http://example.com/foo/app/ and http://example.com/bar/app/).

  2. Applications can be “parented” to other applications or objects which can then deliver specialized context information.

  3. 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.

  4. 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

django-pluggables-0.2.0.zip (135.7 kB view hashes)

Uploaded source

django-pluggables-0.2.0.tar.gz (125.0 kB view hashes)

Uploaded source

django-pluggables-0.2.0.tar.bz2 (124.6 kB view hashes)

Uploaded source

Built Distribution

django_pluggables-0.2.0-py2-none-any.whl (10.7 kB view hashes)

Uploaded 2 7

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page