James CookeJames Cooke

Posts tagged 'django'

Things I wish I’d known about Django

Django has been my go-to web framework for about three years. But I wish I’d started with it sooner. This became a talk which I gave at the London Django meetup in July this year.

Django Contexts and get

Found that tests on a recent project started breaking for no clear reason, and it turned out it was because I’d used get to retrieve values from Contexts.

Reincublog Django app

Reincublog is a super mini Django blog weekend hack, coded as part of a recruitment process.

Migrating from Django 1.4 to 1.5 - Lessons learned

Migrating a project from Django 1.4 to Django 1.5 had a couple of gotchas that cost me dev time.