Showing all 3 blog posts tagged with "views".
-
Cakti Comment on Django's Class-based Views
After PyCon 2015, we were surprised when we realized how many Cakti who attended had all been asked about Django's class-based views (CBVs). We talked about why this might be, a... Read more
May 11, 2015 -
Class-based views in Django 1.3
Django 1.3 added class-based views, but neglected to provide documentation to explain what they were or how to use them. So here's a basic introduction. Read more
December 29, 2011 -
Testing Django Views for Concurrency Issues
At Caktus, we rely heavily on automated testing for web app development. We create tests for all the code we write, ideally before the code is written. We create tests for ever... Read more
May 26, 2009