Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 702 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 702 Bytes

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

  • Write unittests

License

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