Wrong confirmation ID
  • Email
  • Favorite
  • Download
  • Embed
  • Private Content

Loading…

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

Djangocon 09 Presentation - Pluggable Applications

by Nowell Strite on Sep 09, 2009

  • 7,104 views

Django-Pluggables is a design pattern that endows reusable applications with a few additional features:...

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.

Accessibility

Categories

Tags

resusable djangopluggables pluggables django djangocon pbs python djangocon09 nowells pluggable

More...

Upload Details

Uploaded via SlideShare as Adobe PDF

Usage Rights

© All Rights Reserved

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

Cancel

3 Embeds 51

http://www.slideshare.net 45
http://lanyrd.com 5
http://127.0.0.1 1

Statistics

Favorites
10
Downloads
151
Comments
0
Embed Views
51
Views on SlideShare
7,053
Total Views
7,104
Post Comment
Edit your comment Cancel

Djangocon 09 Presentation - Pluggable Applications — Presentation Transcript