This issue is similar to the one reported on the old Google code repository, however the fix suggested there doesn't seem to help: http://code.google.com/p/django-google-analytics/issues/detail?id=5
TemplateSyntaxError at /
'analytics' is not a valid tag library: Template library analytics not found
I'm running Ubuntu 11.04 with Django 1.2 and the UWSGI webserver behind nginx. I install django-google-analytics via pip, and am using the method where the Google Analytics id is entered into the site details in the admin pages. Any ideas what could be causing this issue? It seems to be a configuration issue but I don't have enough familiarity with templates to know how to resolve it.
This issue is similar to the one reported on the old Google code repository, however the fix suggested there doesn't seem to help: http://code.google.com/p/django-google-analytics/issues/detail?id=5
I'm running Ubuntu 11.04 with Django 1.2 and the UWSGI webserver behind nginx. I install django-google-analytics via pip, and am using the method where the Google Analytics id is entered into the site details in the admin pages. Any ideas what could be causing this issue? It seems to be a configuration issue but I don't have enough familiarity with templates to know how to resolve it.