In plain English, what are Django generic views?
Posted
by allyourcode
on Stack Overflow
See other posts from Stack Overflow
or by allyourcode
Published on 2010-03-13T06:09:35Z
Indexed on
2010/03/13
6:15 UTC
Read the original article
Hit count: 286
The first two paragraphs of this page explain that generic views are supposed to make my life easier, less monotonous, and make me more attractive to women (I made up that last one):
http://docs.djangoproject.com/en/dev/topics/generic-views/#topics-generic-views
I'm all for improving my life, but what do generic views actually do? It seems like lots of buzzwords are being thrown around, which confuse more than they explain.
Are generic views similar to scaffolding in Ruby on Rails? The last bullet point in the intro seems to indicate this. Is that an accurate statement?
© Stack Overflow or respective owner