Introduction ============ django-i18ntools is a collection of utilities for working with i18n in Django. These tools are intended to be used on top of the tools provided by Django. Installation ------------ You can install django-i18ntools from the Cheeseshop. :: $ pip install django-i18ntools You can also install it from source. :: $ pip install -e git://github.com/fusionbox/django-i18ntools@master#egg=django-i18ntools-dev If you want to use the template tags, you need to add ``i18ntools`` to your :django:setting:`INSTALLED_APPS`.