Django管模块提供在Django程序远程的JSON数据抽象层。
资 源 简 介
django-pipes offers a nice API to access remote JSON resources from within your Django applications. The API is intentionally kept as close as possible to the Django DB-API. So accessing data from a remote JSON API should feel just like an attempt to fetch the data from a database. It is inspired by Ruby on Rails" ActiveResource library.
Source code
Source code is available at GitHub.
Tutorial
Check out the tutorial at GitHub.
文 件 列 表
pax_global_header
django-pipes-0.2
.gitignore
README.markdown
django_pipes
pipes_sample
run_tests.py
setup.py
tests