Wrote An Article About Django Generic Views
March 26, 2016I wrote an article the other day for the Tests for Geeks Blog about using Django’s class-based generic views. Check it out.
I’m interested now in comparing the code between Django’s built-in generic views, and the competing library Django Vanilla Views. That’s getting added to my code reading list.