Form for creating a virtual machine.
More...
Static Public Attributes |
tuple | template_id = forms.CharField(widget=forms.HiddenInput()) |
Detailed Description
Form for creating a virtual machine.
Definition at line 268 of file vm.py.
Constructor & Destructor Documentation
def src.wi.forms.vm.CreateVMForm2.__init__ |
( |
|
self, |
|
|
|
args, |
|
|
|
kwargs |
|
) |
| |
Member Function Documentation
def src.wi.forms.vm.CreateVMForm2.clean_template_id |
( |
|
self | ) |
|
Cast 'template_id' to int.
Definition at line 279 of file vm.py.
Member Data Documentation
tuple src.wi.forms.vm.CreateVMForm2.template_id = forms.CharField(widget=forms.HiddenInput()) |
|
static |
The documentation for this class was generated from the following file: