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
- Host: GitHub
- URL: https://github.com/python-odin/baldr
- Owner: python-odin
- License: bsd-3-clause
- Created: 2014-02-02T07:17:27.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2022-01-09T10:16:43.000Z (about 4 years ago)
- Last Synced: 2025-06-13T05:19:57.281Z (7 months ago)
- Language: Python
- Size: 159 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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