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

https://github.com/python-odin/baldr

Odin integration with Django
https://github.com/python-odin/baldr

Last synced: 6 months ago
JSON representation

Odin integration with Django

Awesome Lists containing this project

README

          

############################
Odin integration with Django
############################

Includes mapping of Django Models to Odin resources, and RESTful API implementation for Django using Odin resources.

.. image:: https://img.shields.io/pypi/l/baldr.svg
:target: https://pypi.python.org/pypi/baldr/
:alt: License

.. image:: https://img.shields.io/pypi/v/baldr.svg
:target: https://pypi.python.org/pypi/baldr/

.. image:: https://travis-ci.org/python-odin/baldr.svg?branch=master
:target: https://travis-ci.org/python-odin/baldr
:alt: Travis CI Status

.. image:: https://coveralls.io/repos/python-odin/baldr/badge.svg?branch=master
:target: https://coveralls.io/github/python-odin/baldr?branch=master
:alt: Coveralls

.. image:: https://requires.io/github/python-odin/baldr/requirements.svg?branch=master
:target: https://requires.io/github/python-odin/baldr/requirements/?branch=master
:alt: Requirements Status

Quick links
***********

* `Documentation `_
* `Project home `_
* `Issue tracker `_

Requires
********

* six
* odin >= 0.5.4
* django >= 1.5