Generic views helps to avoid writting some part of the trivial code. For example : you are writing a shop with goods and a lot of the pages contains list of the items. You should about sorting orders, page selecting etc. If you are using generic views then you might not spend time at this. Also if you are novice then you might avoid bugs in your code. (less code , less bugs). Disadvantages of this is next : django is moving from function based generic view to class based. Unfortunately class based does not have a lot documentation at this moment.
thanks, Serge 2012/4/3 abisson <antoine...@gmail.com>: > Good evening, > > I just finished the Django 1.4 Tutorial, and I really don't understand > the point of Generic Views in Django? As far as I can see, we wrote > more code than before, and what other example would make the Generic > Views better than normal views? > > Thanks for the clarifications! > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.