A simple app to add the Piwik JS tracking code to your template.
- Django
Using PyPI you can simply type into a terminal:
pip install django-piwik
or
easy_install django-piwik
Add piwik to the list of INSTALLED_APPS in your settings.py file.
Also PIWIK_SITE_ID (e.g. 1) and PIWIK_URL (e.g. 'http://piwik.example.com/', please don't forget the trailing slash!) are required.
In the template, put {% load piwik_tags %} to the top and add {% tracking_code %} before the </body> tag.
That's it. Happy tracking!
Copyright 2013 Raphael Jasjukaitis <[email protected]>
Released under the BSD license.