Re: RestFul with Class Based Views best practice

2013-10-29 Thread pywebdesign
Ok, thank you! I was not doing it correctly at all. http://django-rest-framework.org is amazing. I am now using Marc's design and trying to event use CreateView and other generic view -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubsc

RestFul with Class Based Views best practice

2013-10-29 Thread pywebdesign
Hi, I am trying to find/develop a best way to name and organize Views class to be consistent and flexible. I am working on a project witch involve an model called Song. It's kind of a midi song in a database with attibutes about authors, name ... to make it simple. Now I want web pages that p

Re: Digging up Django class-based views - 1

2013-10-29 Thread pywebdesign
thank you so much! this is amazing and respond exactly to what I was trying to understand! On Monday, 28 October 2013 04:01:47 UTC-4, Leo wrote: > > Hi all, > > I want to share with you a post about class-based views. > Hope you find it useful. > > > http://lgiordani.github.io/blog/2013/10/28/dig