Delicious split testing for Django 1.6+
Project description
Banana is a pure backend split testing addition to Django, which exposes experiment selections in the template context to be handled by frontend data collection frameworks. Actual experiment option selection is stored using the built-in Django sessions.
Installation
To install django_banana, do yourself a favor and don’t use anything other than pip:
$ pip install django-banana
Add django_banana to the list of installed apps in your settings file:
INSTALLED_APPS = (
'django_banana',
..
)
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-banana-1.0.0.tar.gz
(4.8 kB
view hashes)