RestView, via DjangoSnippets

Posted by: barbara | Date: Sep 21, 2008 | Category: django    
RestView - class for creating a view that dispatches based on request.method
Comment by datanumen.com on Mar 14, 2011:
I use something similar to this in some email software that I have been writing. It's makes creating a view in this class much, much easier. I think I may try this code out as well though. -Jeremy