A simple app to add the Piwik JS tracking code to your template.
Project description
A simple app to add the Piwik JS tracking code to your template.
Requirements
Django
Installation
Using PyPI you can simply type into a terminal:
pip install django-piwik
or
easy_install django-piwik
Configuration
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!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
django-piwik-0.1.tar.gz
(2.4 kB
view details)
File details
Details for the file django-piwik-0.1.tar.gz
.
File metadata
- Download URL: django-piwik-0.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 629eeb2e8c2c90c06feef57f8ce8f523679519cd224a2297f9a5b76936e273cc |
|
MD5 | 07d9dd28211c8a2c4bef2fc5df867e2f |
|
BLAKE2b-256 | 208e0b68af04ee35fd03a8e30177f25fefccc55fd3e1ca8108bf5e7f9a94ac85 |