class documentation

class SignupRequestForm(forms.ModelForm):

View In Hierarchy

Form for requesting to be signed up by an administrator.

Class Meta Undocumented
Method save Override save method, so that the entered data is not used to create a User instance, but the information is just stored/sent to an admin.
Class Variable message Undocumented
def save(self, commit):

Override save method, so that the entered data is not used to create a User instance, but the information is just stored/sent to an admin.

Parameters
commit:boolUndocumented
message =

Undocumented