摘要: Read by linux/GNU commandsLet's follow and start from here:http://django-tastypie.readthedocs.org/en/latest/tutorial.html#creating-resourcesAccording to tastypie's concept, Tastypie properly handles the Accept header.So we can use linux/GNU commands to do some fancy things!Bash script to get 阅读全文
posted @ 2013-12-14 17:06 spaceship9 阅读(549) 评论(0) 推荐(0) 编辑
摘要: tastypie is a good thing.Haven't test it thoroughly. Gonna need some provement.Now I will introduct how to use tastepie for newbies.Let me introduce all the equipments I have to deploy tastypie.1) linuxmint 132) virtualenv ( sudo apt-get install python-virtualenv )3) install django==1.5 in the v 阅读全文
posted @ 2013-12-14 15:06 spaceship9 阅读(526) 评论(0) 推荐(0) 编辑
摘要: Its one of the primary authors' lecture on pyCon: http://www.youtube.com/watch?v=Zv26xHYlc8s&noredirect=1What is Tastypie A REST framework for django Designed for extension Supports both Model & non-Model datafor more information, please visit http://tastypieapi.org1) make good use of HT 阅读全文
posted @ 2013-12-14 11:25 spaceship9 阅读(287) 评论(0) 推荐(0) 编辑