Introduction
fabv enables A/B testing in Django and is based on Patrick McKenzies ABingo for Ruby.

License
fabv is licensed under the 3-clause BSD license.

Why fabv
  - Easy to use and setup
  - No dependencies (except Django)

Contribute and TODO
  - Add test for more than two alternatives
  - Support changing of complete templates instead of parts throught tags
  - Better django-admin support
  - Figure out database error (Lines marked TODO in middleware.py)
