Skip to main content

django-plugins.

Project description

django-plugins provides functionality for Django apps to make them more reusable.

Home page

http://pypi.python.org/pypi/django-plugins

Documentation

http://packages.python.org/django-plugins/

Source code:

https://bitbucket.org/sirex/django-plugins

Change History

0.2 (2011-05-30)

Code rewrite:

  • plugins python module name changed to djangoplugins to avoid conflicts with plugins.py.

  • All plugin points must extend PluginPoint class wrapped instead of adding PluginMount as metaclass. PluginPoint and PluginMount ar moved to djangoplugins.point..

  • All plugins are moved from __init__.py to plugins.py.

  • All plugins now must define name and title attributes, that are synced to database.

  • Added meny improvements to API overoall.

New features:

  • Added form fields.

  • Added many helper like accessing model of a plugin and plugin of a model…

0.1 (2011-01-11)

  • First public release.

Project details


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