README.txt 463 B

12345678910111213
  1. Tools for using Babel with Django
  2. =================================
  3. This package contains various utilities for integration of Babel into the
  4. Django web framework:
  5. * A message extraction plugin for Django templates.
  6. * A middleware class that adds the Babel `Locale` object to requests.
  7. * A set of template tags for date and number formatting.
  8. For more information please visit the wiki page for this package:
  9. <http://babel.edgewall.org/wiki/BabelDjango>