Last updated:
0 purchases
podiantapi 1.4.0
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:
Cookiecutter
cookiecutter-djangopackage
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.