boardinghouse.contrib.invite.forms module

class boardinghouse.contrib.invite.forms.AcceptForm(*args, **kwargs)[source]

Bases: django.forms.models.ModelForm

A form that can be used to accept an invitation to a schema.

class boardinghouse.contrib.invite.forms.InvitePersonForm(*args, **kwargs)[source]

Bases: django.forms.models.ModelForm

A form that can be used to create a new invitation for a person to a schema.

This will only allow you to invite someone to the current schema.

It will automatically generate a redemption code, that will be a part of the url the user needs to click on in order to accept or deny the invitation.

The message will be emailed.