dessibelle / django-localflavor

Country-specific Django helpers, formerly of contrib fame (work in progress)

Home Page:http://django-localflavor.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-localflavor

https://secure.travis-ci.org/django/django-localflavor.png https://coveralls.io/repos/django/django-localflavor/badge.png?branch=master

Django's "localflavor" packages offer additional functionality for particular countries or cultures. For example, these might include form fields for your country's postal codes, phone number formats or government ID numbers.

This code used to live in Django proper -- in django.contrib.localflavor -- but was separated into a standalone package in Django 1.5 to keep the framework's core clean.

For a full list of available localflavors, see http://django-localflavor.readthedocs.org/

django-localflavor can also be found on and installed from the Python Package Index: https://pypi.python.org/pypi/django-localflavor

About

Country-specific Django helpers, formerly of contrib fame (work in progress)

http://django-localflavor.readthedocs.org/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 99.1%Language:Shell 0.9%