django-app-plugins

Reusable Django application for writing pluggable reusable Django applications
Download

django-app-plugins Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Doug Napoleone
  • Publisher web site:
  • http://code.google.com/u/doug.napoleone/

django-app-plugins Tags


django-app-plugins Description

Reusable Django application for writing pluggable reusable Django applications django-app-plugins is a Django plugin that allows 3rd party apps to dynamically insert template inclusions into your apps at pre-defined plugin points. Similar to how Eclipse manages plugins via contributors.You could think of this as the reverse of the {% block %} or {% include %} tags.templates/myapp/foo.html: {% load app_plugins %} {% plugin_point "foo" %}templates/otherapp/plugins/foo.html: Anything you want...templates/thirdapp/plugins/foo.html: yet another plugin...foo.html is rendered as: Anything you want... yet another plugin... Requirements: · Python · Django


django-app-plugins Related Software