Hacker News new | ask | show | jobs
by kanja 4655 days ago
I guess I'm in the minority - I really like the class based views for simple crud work. Obviously function based views are a better fit for things that are outside of the simple. but I've had a lot of luck using CBV to simplify crud work.

Interested to try out django vanilla views