Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gilsondev/django-rest-localflavor

Country-specific Django helpers, to use in Django Rest Framework
https://github.com/gilsondev/django-rest-localflavor

Last synced: about 2 months ago
JSON representation

Country-specific Django helpers, to use in Django Rest Framework

Awesome Lists containing this project

README

        

=============================
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',
)