from banjo.models import Model, StringField, IntegerField, FloatField, ForeignKey from banjo.http import BadRequest class Pattern(Model): name=