27 August 2012

In many cases when developing a Django application, you will be querying a database and displaying the results on a webpage (otherwise, why would you be using Django?). I'm going to go over a quick and easy way to display a certain amount of those results in sets within a Django template (2-to-a-row, 3-to-a-row, etc).