Re: Improve tutorial to use class based views

2012-09-13 Thread Tom Christie
Hi Jonas, The tutorial *does* cover class based generic views, but only towards the end: https://docs.djangoproject.com/en/dev/intro/tutorial04/#use-generic-views-less-code-is-better Starting with function based views, and then moving on to class based views by the end feels like the right

Improve tutorial to use class based views

2012-09-13 Thread jonas
Hello, Like I, probably most people start with djagno by following the tutorial on the djangoproject.com website. This tutorial makes only use of function based views. But today we have this wonderful things called class based views. Is this really the best way to introduce newcomers to