What is Django-addons?
A Django app used to add true plug-n-play functionality to your own Django applications and projects. Django-addons is brought to you by Indifex, the company behind Transifex.
Django-addons is a bunch of code that makes writing addon/plugins for your Django project much easier. Add django-addons to your Django project and you can drop all the addons to ‘/addons’ directory.
How to install Django-addons?
You can install the latest version of django-addons runningpip install django-addons
oreasy_install django-addons
You can also install the development version of django-addons withpip install django-addons==dev
oreasy_install django-addons==dev
.
Source code
http://code.indifex.com/django-addons/
Features
- Addons overview page
- Automatic signal connecting of addons
- Automatic URL discovery of addons
- Template hooking system (inject code from addons to your main project)
- Django-staticfiles to serve site media from each addon
- Django-notifications support (automatic registration of noticetypes)
- Per addon localization
- Per addon settings
- Disabling addons via ./manage.py addons