Installation of DjHDGutils
Just add it from Subversion to your SITE_ROOT (we assume that this directory is automatically added to PYTHONPATH):
cd <SITE_ROOT> svn co http://svn.halogen-dg.com/svn/repos/DjHDGutils/trunk DjHDGutils
If you would like to use any of our templatetags: then this also needs to be added to your project settings.INSTALLED_APPS:
INSTALLED_APPS += ( 'DjHDGutils', )
