Ejemplo n.º 1
0
 def __init__(self, mongo_control):
     MongoDB_orm_base.__init__(self, mongo_control)
     self.colName = 'master'
Ejemplo n.º 2
0
 def __init__(self, mongo_control):
     MongoDB_orm_base.__init__(self, mongo_control)
     self.colName = 'comment'
Ejemplo n.º 3
0
 def __init__(self, mongo_control):
     MongoDB_orm_base.__init__(self, mongo_control)
     self.colName = 'userteam'
Ejemplo n.º 4
0
 def __init__(self, mongo_client):
     MongoDB_orm_base.__init__(self, mongo_client)
Ejemplo n.º 5
0
 def __init__(self, mongo_control):
     MongoDB_orm_base.__init__(self, mongo_control)
     self.colName = 'application'