circuit
circuit social network code-documentation
|
Inherits CreateView.
Public Member Functions | |
def | dispatch (self, request, args, kwargs) |
def | form_valid (self, form) |
Static Public Attributes | |
string | template_name = 'users/user_create.html' |
model = User | |
list | fields |
tuple | success_url = reverse_lazy('users:login') |
The django view responsible for signing a user up
def users.views.UserCreateView.dispatch | ( | self, | |
request, | |||
args, | |||
kwargs | |||
) |
def users.views.UserCreateView.form_valid | ( | self, | |
form | |||
) |
Creates the user if all data is valid.
|
static |
|
static |
|
static |
|
static |