Home

Awesome

django-pontoon-hook

This hook enables a Django website to use Pontoon as a live localization tool.

Installation

pip install -e git+git://github.com/rtnpro/django-pontoon-hook.git@master#egg=django_pontoon_hook

Usage

  1. Add 'pontoon_hook' to your settings.INSTALLED_APPS.
  2. Add 'pontoon_hook.middleware.PontoonMiddleware' to your settings.MIDDLEWARE_CLASSES preferably as the last item or as later as possible.

TODO

License

This software is licensed under the New BSD License. For more information, read the file LICENSE.