cc1
v2.1
CC1 source code docs
|
IMAGE_GROUP Model If a system image have access=group, it has to define the group(s) to which it belongs The group_id is the same as the users group. More...
Classes | |
class | Meta |
Public Member Functions | |
def | __unicode__ |
Static Public Attributes | |
tuple | group_id = models.IntegerField() |
tuple | image = models.ForeignKey(SystemImage) |
IMAGE_GROUP Model If a system image have access=group, it has to define the group(s) to which it belongs The group_id is the same as the users group.
Informations on users group are in the CLM.
Definition at line 34 of file system_image_group.py.
def src.cm.models.system_image_group.SystemImageGroup.__unicode__ | ( | self | ) |
Definition at line 43 of file system_image_group.py.
|
static |
Definition at line 35 of file system_image_group.py.
|
static |
Definition at line 36 of file system_image_group.py.