django-rest-localflavor
django-rest-localflavor copied to clipboard
Country-specific Django helpers, to use in Django Rest Framework
============================= django-rest-localflavor
.. image:: https://badge.fury.io/py/django-rest-localflavor.png :target: https://badge.fury.io/py/django-rest-localflavor
.. image:: https://travis-ci.org/gilsondev/django-rest-localflavor.png?branch=master :target: https://travis-ci.org/gilsondev/django-rest-localflavor
.. image:: http://smallactsmanifesto.org/static/images/smallacts-badge-80x15-blue.png :target: http://smallactsmanifesto.org
Country-specific serializers fields, to Django Rest Framework
Documentation (soon)
The full documentation is at https://django-rest-localflavor.readthedocs.org.
Quickstart
Install django-rest-localflavor::
pip install django-rest-localflavor
Then use it in a project::
INSTALLED_APPS = (
# ...
'rest_framework',
'rest_localflavor',
)