Skip to main content

Delicious split testing for Django 1.6+

Project description

https://travis-ci.org/iconfinder/django-banana.png?branch=master

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


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)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page