Showing 175 to 180 of 258 blog posts tagged with "django".
-
MEDIA_ROOT and Django Tests
If you’ve ever written a test for a view or model with associated uploaded files you might have noticed a small problem with those files hanging around after the tests are comp... Read more
June 26, 2013 -
Making your Django app more pluggable
This blog post is about ways of doing things in your Django app, and pitfalls to avoid, so your app is easier to plug in to other sites. Introduction One of the most enticing pr... Read more
June 12, 2013 -
AngularJS to PyGame: Caktus’ 2nd ShipIt Day
We had our 2nd ShipIt Day at Caktus last week. ShipIt (coined by Atlassian), in case you don’t know, is an exercise that allows your team to work on alternative projects in a 2... Read more
April 30, 2013 -
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 -
Caktus sponsoring and speaking on mobile health at SwitchPoint 2013
SwitchPoint is a one-of-a-kind conference and a unique opportunity to learn, share ideas, and hear about global and mobile health efforts around the world. We had a great time a... Read more
April 18, 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