I already know how to use one of the class-based generic views CreateView, UpdateView and FormView, but I can't figure out how to write something clean in order to create or update an object. Can somebody help me to subclass one of those views and mixins ? Thanks
|
feedback
|
closed as not a real question by jtbandes, svick, Tim Post♦ Aug 16 '11 at 1:32
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
UpdateView, and override theget_objectmethod. – Alasdair Jun 5 '11 at 20:25