What's new? | Help | Directory | Sign in
Google
djangocollection
Generic RESTful collection for django
  
  
  
  
    
Code License: MIT License
Labels: python, web, django, application, collection, REST
Join project
Project owners:
  yi.codeplayer
Inspired by wsgicollection (http://bitworking.org/news/wsgicollection) .

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.