Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

Latest commit

 

History

History
30 lines (20 loc) · 977 Bytes

README.rst

File metadata and controls

30 lines (20 loc) · 977 Bytes

Jirafe integration for Oscar

This is an extension for django-oscar that makes integration with the Jirafe e-commerce tracking easy.

Installation

Install from Github (not on PyPi yet):

pip install git+git://github.com/tangentlabs/django-oscar-jirafe.git#egg=django-oscar-jirafe

Now add jirafe to your INSTALLED_APPS and update your TEMPLATE_CONTEXT_PROCESSORS to include jirafe.context_processors.jirafe. Also, set JIRAFE_ID to be your Jirafe ID.

Finally, you need to include the tracking javascript in your templates. You can do this by including:

{% include 'jirafe/tracking.html' %}

within your base.html template. An example base.html is included which you can copy into place to get you started.

That's it - the stats should start appearing in your Jirafe dashboard.