Django. A good tutorial for Class Based Views

azuax picture azuax · Jul 2, 2013 · Viewed 13.7k times · Source

Is there any good tutorial for learn how to use Class Based Generics Views in Django? I think that the documentation is not quite good and i'm a little bit lost when i try to do not usual things with the ListView, DetailView, CreateView, UpdateView and the other ones. I've read the Django documentation , The Django Book and a lot of google search.But i feel that i'm still not comfortable with my knowledges. Thanks

Answer

Michael Place picture Michael Place · Jul 2, 2013

Yes, here are three excellent screencasts by GoDjango:

Part 1

Part 2

Part 3