Trackbacks 04.18.2007
There can be a tendency when using a framework such as Django or Rails to only consider solutions that exist within that framework.
I know that I have fallen victim to it several times – when trying to add the ability to ping a trackback on another blog to my entry model, I first looked for a way to do it in Django before realizing something like this is readily doable in standard Python.