Showing 31 to 36 of 43 blog posts by Dan Poirier.
-
Why RapidSMS for SMS Application Development
Caktus has been involved in quite a few projects (Libyan voter registration, UNICEF Project Mwana, and several others) that include text messaging (a.k.a. Short Message Service... Read more
March 16, 2015 -
Django Logging Configuration: How the Default Settings Interfere with Yours
My colleague Vinod recently found the answer on Stack Overflow to something that's been bugging me for a long time - why do my Django logging configurations so often not do what... Read more
January 27, 2015 -
Using Amazon S3 to Store your Django Site's Static and Media Files
Editor's note: This post was updated in September 2017. Using Amazon S3 to Store your Django Site's Static and Media Files Storing your Django site's static and media files on... Read more
November 10, 2014 -
Celery in Production
(Thanks to Mark Lavin for significant contributions to this post.) In a previous post, we introduced using Celery to schedule tasks. In this post, we address things you might n... Read more
September 29, 2014 -
A Culture of Code Reviews
Code reviews are one of those things that everyone agrees are worthwhile, but sometimes don’t get done. A good way to keep getting the benefits of code reviews is to establish, ... Read more
July 28, 2014 -
Getting Started Scheduling Tasks with Celery
UPDATE: A newer version of this blog post is available for Celery Version 5.0.x. Getting Started Using Celery for Scheduling Tasks Many Django applications can make good use o... Read more
June 23, 2014