Python shell history

  If you’re not a fan of enhanced Python interpreters like IPython or BPython but still do heavy use of it you might have notice how annoying it could get whenever you have to quit it, started again, and remember what was the last things you ran. I do this all the time, usually for… Continue reading Python shell history

Shifting to “new-style” url tag in Django 1.5

Prior to Django 1.3, the syntax for the url tag was {% url project_create %}. Django considered project_create to be a name of a view in your urls.py, not a template variable named project_create. I recently upgraded Blimp from Django 1.4.5 to Django 1.5.1. We have around 200+ template files that were using the old… Continue reading Shifting to “new-style” url tag in Django 1.5