class documentation

class SignupRequestForm(forms.ModelForm):

View In Hierarchy

Form for requesting to be signed up by an administrator.

Class Meta Meta class for the form.
Method save Override save method.
Class Variable message Undocumented
def save(self, commit: bool):

Override save method.

This modifies the behaviour that the entered data is not used to create a User instance, but the information is just stored/sent to an admin.

message =

Undocumented