/django-plugins

A Simple Plugin Framework for Django

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

django-plugins

Build Status || Latest stable version: 0.2.5

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://github.com/krischer/django-plugins

Installation

django-plugins is currently tested with Python 2.7, 3.2, 3.3, and 3.4 along with Django versions 1.7 and 1.8. It might well work with other versions. See the Travis build matrix for detailed information regarding the latest master.

Installation works via pip:

$ pip install django-plugins