Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 1 month ago
JSON representation
Country-specific Django helpers, to use in Django Rest Framework
- Host: GitHub
- URL: https://github.com/gilsondev/django-rest-localflavor
- Owner: gilsondev
- License: bsd-3-clause
- Created: 2015-10-27T19:30:41.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:15:03.000Z (almost 2 years ago)
- Last Synced: 2024-05-22T15:10:17.365Z (7 months ago)
- Language: Python
- Size: 45.9 KB
- Stars: 19
- Watchers: 4
- Forks: 8
- Open Issues: 9
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-django-rest-framework - django-rest-localflavor - specific Django helpers, to use in Django Rest Framework (Packages / Other)
- starred-awesome - django-rest-localflavor - Country-specific Django helpers, to use in Django Rest Framework (Python)
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.orgCountry-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',
)