Posts

Django Test Settings


Recently I was setting up Sentry logging for an app I was working on, and needed to turn it off for tests, as it was sending logs to a remote server. Here’s how I ended up doing that:

Read on

Javascript Dates


I’ve just spent half an hour wrestling with this, and for the benefit of those to come…

Read on