Codeinthehole - codeinthehole.com
General Information:
Latest News:
Pull requests and other good practices for teams using github 30 Nov -0001 | 12:00 am
I work at an agency where we pay $200 a month to Github for their platinum plan. This article is a summary of an internal talk I gave on making the most of our subscription. There's nothing original ...
How to chroot a user in Ubuntu 12.04 30 Nov -0001 | 12:00 am
External parties often need to upload data to your application. Sadly, most ask for a FTP server. Push back against this and suggest they use sFTP. This article explains how to set-up a chroot-ed use...
Prefer WebTest to Django's test client for functional tests 30 Nov -0001 | 12:00 am
Since watching Carl Meyer's superb 'Testing and Django' talk, I've been using Ian Bicking's WebTest library for functional tests, via django-webtest. I've been really impressed and I'd like to stress ...
Cacheback - asynchronous cache refreshing for Django 30 Nov -0001 | 12:00 am
Inspired by Jacob Kaplan-Moss's excellent talk "Django doesn't scale" at this year's OSCon, I've put together a Django package for re-populating caches asynchronously. It provides a simple API for wr...