This hook enables a Django website to use Pontoon as a live localization tool.
pip install -e git+git://github.com/rtnpro/django-pontoon-hook.git@master#egg=django_pontoon_hook
- Add 'pontoon_hook' to your
settings.INSTALLED_APPS
. - Add 'pontoon_hook.middleware.PontoonMiddleware' to your
settings.MIDDLEWARE_CLASSES
preferably as the last item or as later as possible.
- Write unittests
This software is licensed under the New BSD License. For more information, read the file LICENSE
.