204 No Content

A Redis Session Backend For Django

Posted 2009-05-06T13:37:41Z - Two comments

tagged with

Redis is a distributed key-value store, and quite useful for sessions. Here's a Django session engine for it.

Subclassing Django QuerySets

Posted 2009-02-16T09:15:06Z - Two comments

tagged with

A couple utility classes for subclassing Django's QuerySet.

A Django Mercurial Mirror

Posted 2008-08-12T21:34:29Z - Four comments

tagged with

Got a new Django mercurial mirror up, that also stores Subversion revision numbers as tags.

Yet Another Site Rewrite

Posted 2008-03-13T12:10:31Z - One comment

tagged with

Site rewritten again. Third one's the charm?

There is no A in WSGI

Posted 2008-03-03T15:28:36Z - One comment

tagged with

WSGI is not an architecture specification. Even the WSGI author says so. 'Tis just an interface spec.

Frameworks Exist for Conceptual Integrity

Posted 2007-12-16T21:00:22Z - 37 comments

tagged with

Far more important than featureset, raw number of users or, really, any single other property is conceptual integrity. It is the job of frameworks to provide conceptual integrity.

The Django ORM Problem

Posted 2007-08-26T00:00:00Z - 13 comments

tagged with

Working with SQLAlchemy made the defeciencies of Django's ORM much clearer to me; here they are.

Django Magic (No, Really!)

Posted 2007-08-25T00:00:00Z - No comments

tagged with

While most of Django's interface is great, I find some of the query syntax awkward.

Django Magic, Pylons Magic

Posted 2007-08-17T00:00:00Z - Five comments

tagged with

I missed most of the Django NIH drama, but at least they invented the right thing.

Five Things I Hate About Django

Posted 2007-08-01T00:00:00Z - One comment

tagged with

I describe 5 things that I hate about Django.

My New Toy: a VPS

Posted 2007-07-24T00:00:01Z - No comments

tagged with

Got a new VPS! Yay. I also explain why I'm still using Django instead of Pylons, and show some of the improvements Pylons is making.

SQLAlchemy with Django

Posted 2007-07-09T00:00:00Z - Two comments

tagged with

In lieu of Django-SQLAlchemy, I describe how I've used Django with SQLAlchemy, at the expense of the admin interface.