Rebar

Rebar makes your Django forms stronger.

Rebar provides form-related tools for Django which enable complex form interactions.

Installation

You can install Rebar using pip or easy_install:

$ pip install rebar

Once installed, Rebar provides three primary tools:

  • Form Groups, for working with heterongenous collections of forms.
  • State Validators, for validating that form data is in a specific state.
  • Testing tools, which provide convenient helpers for writing unit tests for forms.

Indices and tables