sharpie.webserver.experiment.forms

Classes

ConfigForm([data, files, auto_id, prefix, ...])

Form fields:

class sharpie.webserver.experiment.forms.ConfigForm(data=None, files=None, auto_id='id_%s', prefix=None, initial=None, error_class=<class 'django.forms.utils.ErrorList'>, label_suffix=None, empty_permitted=False, field_order=None, use_required_attribute=None, renderer=None, bound_field_class=None)

Form fields:

  • room: Room name (CharField)

  • role: Role (ChoiceField)

  • doc_link: Doc Link (CharField)

clean()

Hook for doing any extra form-wide cleaning after Field.clean() has been called on every field. Any ValidationError raised by this method will not be associated with a particular field; it will have a special-case association with the field named ‘__all__’.

property media

Return all media required to render the widgets on this form.