Respite 1.0.0

Respite is an app that conforms Django to Representational State Transfer (REST).UsagePrimerRespite is influenced by Ruby on Rails, though in the spirit of Python it is not nearly as "magic". It will, however, save you a lot of code:# news/models.pyfrom...