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

django-oscar/django-oscar-jirafe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Integration between django-oscar and Jirafe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages