langacore.kit.django 0.3.3 documentation

This Page

langacore.kit.django

Warning

THIS LIBRARY IS DEPRECATED AND SUPERSEDED BY lck.django.

This library consists of various Django-related routines that extend or modify the behaviour of the framework:

  • extensions for settings.py (current directory resolution, namespace package support, settings profile support)
  • Choices: an enum implementation for Django forms and models (with predefined classes for languages, countries, etc.)
  • typical filters, template tags, models, form fields, etc.

Complete documentation for the package can be found here:

The source code repository and issue tracker are maintained on GitHub.

This package bundles some royalty free static images that are useful in almost every Django project:

Note: Since 0.2.0 langacore.kit.django requires Python 2.7 because it’s using the absolute_imports, division, print_function and unicode_literals futures. One of the virtues in the creation of this library is to make the code beautiful. These switches give us a useful transitional state between the old Python 2.x and the new Python 3.x. You should use them as well.

Indices and tables