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

link|improve this question
If you post an example of what you've tried so far, you might get some suggestions how to clean it up. I haven't used the class-based generic views yet, but my first suggestion would be to subclass UpdateView, and override the get_object method. – Alasdair Jun 5 '11 at 20:25
I think this is a very good question. I'm looking forward for it to be reopened and answered. Thanks Alasddair for handy tip. – Michał Šrajer May 13 at 9:33
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.