Showing 49 to 54 of 81 blog posts tagged with "how-to".
-
Managing Django Translations with Transifex
We manage a number of open source Django apps here at Caktus. While many of us here are proficient in a number of programming languages, the same can’t be said for our ability t... Read more
April 25, 2013 -
A helper script for runserver
This is a little shell script I save as rs, put on my path, and use as a shortcut to start the Django development server. It has several features that make me more productive... Read more
April 11, 2013 -
Using LESS with Django
Lately, I’ve been working on creating a simplified work flow for my front end work here at Caktus. There are all sorts of new and helpful tools to optimize the creative process,... Read more
March 5, 2012 -
Configuring a Jenkins Slave
We're pretty avid testers here at Caktus and when one of our Django projects required upgrading to Python 2.7, we also needed to upgrade our Jenkins build environment. Luckily, ... Read more
January 10, 2012 -
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 -
OpenBlock Geocoder, Part 3: External Geocoders
The OpenBlock geocoder is powerful and robust. It uses PostGIS for spacial queries, can extract addresses from bodies of text, and can understand block and intersection notation... Read more
December 28, 2011