读书人

django restful webservice回到json数

发布时间: 2013-10-08 17:08:58 作者: rapoo

django restful webservice返回json数据

做这个demo的前提是你已经配好了python ,django ,djangorestframwork(在我的上一篇博客中有介绍,大家也可以google),mysql-python等。

djangorestframwork的官网点击打开链接http://django-rest-framework.org/

工程目录:

django restful webservice回到json数据

下面开始:

models.py 主要负责数据库对象的映射


运行测试:

在浏览器中输入:http://localhost:8000 即可看到如下页面:

django restful webservice回到json数据

点击链接进入具体信息页面:

django restful webservice回到json数据



转载请注明:

新浪微博:http://weibo.com/u/3202802157














读书人网 >Web前端

热点推荐