Form wizard for farm creation.
More...
Inherits CustomWizardView.
Detailed Description
Form wizard for farm creation.
Definition at line 49 of file farm.py.
Member Function Documentation
def src.wi.views.user.farm.CreateFarmWizard.done |
( |
|
self, |
|
|
|
form_list, |
|
|
|
kwargs |
|
) |
| |
Action executed on last step submition.
Definition at line 60 of file farm.py.
def src.wi.views.user.farm.CreateFarmWizard.get_context_data |
( |
|
self, |
|
|
|
form, |
|
|
|
kwargs |
|
) |
| |
def src.wi.views.user.farm.CreateFarmWizard.get_form_kwargs |
( |
|
self, |
|
|
|
step = None |
|
) |
| |
Member Data Documentation
string src.wi.views.user.farm.CreateFarmWizard.template_dir_name = 'farms' |
|
static |
string src.wi.views.user.farm.CreateFarmWizard.url_done = 'far_show_farm' |
|
static |
string src.wi.views.user.farm.CreateFarmWizard.url_start = 'far_create_farm' |
|
static |
string src.wi.views.user.farm.CreateFarmWizard.wizard_name = 'create_farm_wizard' |
|
static |
The documentation for this class was generated from the following file: