I'm trying to use django basic apps from this site to make a basic blog work. It seemed to be going ok, but now the template keeps throwing an error saying "'stringutils' is not a valid tag library: Template library stringutils not found". Sure enough, in the template in a number of places it says:
{% load stringutils %}
or
{% load stringutils comments i18n %}
I can't find mention of a stringutils template library anywhere, does anyone know what's going on? Is it a standard package I need to install? Or is it something specific to basic-apps that somehow didn't get put in?
Thanks a lot, Alex