django-plugins.
Project description
django-plugins provides functionality for Django apps to make them more reusable.
- Home page
- Documentation
- Source code:
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.