Showing 163 to 168 of 258 blog posts tagged with "django".
-
Caktus Completes RapidSMS Community Coordinator Development for UNICEF
Colin Copeland, Managing Member at Caktus, has wrapped up work, supported by UNICEF, as the Community Coordinator for the open source RapidSMS project. RapidSMS is a text messa... Read more
February 5, 2014 -
Managing Events with Explicit Time Zones
Managing Events with Explicit Time Zones Recently we wanted a way to let users create real-life events which could occur in any time zone that the user desired. By default, Dj... Read more
January 9, 2014 -
Using strace to Debug Stuck Celery Tasks
Celery is a great tool for background task processing in Django. We use it in a lot of the custom web apps we build at Caktus, and it's quickly becoming the standard for all v... Read more
October 30, 2013 -
ShipIt Day 4: SaltStack, Front-end Exploration, and Django Core
Last week everyone at Caktus stepped away from client work for a day and a half to focus on learning and experimenting. This was our fourth ShipIt day at Caktus, our first being... Read more
October 29, 2013 -
Skipping Test DB Creation
We are always looking for ways to make our tests run faster. That means writing tests which don't preform I/O (DB reads/writes, disk reads/writes) when possible. Django has a c... Read more
October 2, 2013 -
Central logging in Django with Graylog2 and graypy
Django's logging configuration facilities, which arrived in version 1.3, have greatly eased (and standardized) the process of configuring logging for Django projects. When buil... Read more
September 18, 2013