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 approach, as it keeps things simple and obvious at the start, and gradually moves on to more complex abstractions. Regards, Tom On Thursday, 13 September 2012 12:14:03 UTC+1, jonas wrote: > > 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 django ? > > Are there any plans to improve the docs to use class based views ? > > Regards, > > Jonas. > -- You received this message because you are subscribed to the Google Groups "Django developers" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-developers/-/8U2lko-oIq4J. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.
