Posts tagged 'django'

Feature Toggles for Python, Django and Django REST Framework

So I’ve been wanting to get a decent feature toggle framework set up for my project at work. It’s one of those things which isn’t useful until it is, and then the pressure is on so you put off adding it, until it’s not useful again …

Pimping my IPython

Using IPython in your development workflow can be a massive time saver, and great for TDD, investigating APIs or legacy code or just for saving time performing some manual task.

IPython logo

I’m currently working on a legacy Django codebase that’s deployed to a few different unique servers.

I’m …