A JSON-API framework for Django
Project description
Podiant API
A JSON-API framework for Django
Quickstart
Install API:
pip install podiant-api
Add it to your INSTALLED_APPS
:
INSTALLED_APPS = (
...
'api',
...
)
Documentation
Get full documentation at podiant-api.readthedocs.io.
Running tests
Does the code actually work?
coverage run --source api runtests.py
Credits
Tools used in rendering this package:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
podiant-api-0.5.0.tar.gz
(22.6 kB
view hashes)