django collection

Inspired by CherryPy Collection which is inspired by wsgicollection .

code 代码

不知不觉又是好久没有写 blog ,最近被 javascript 和 浏览器折磨得好惨!哎,怀念漂亮的 python。这不,忙里偷闲还是要写点有意思的小程序,希望对某些人有用 ;-)

This project include two applications: the djcollection and a demo app task.

REST is mostly about url dispatching, and djcollection app provide a set of generic RESTful urls for all the models of the project, djcollection app also provide a GenericCollection which uses the django generic views.

the task app is for demonstrate the usage of the djcollection.

你可能感兴趣的:(JavaScript,python,浏览器,django,REST)