コード例 #1
0
ファイル: models.py プロジェクト: edugasser/misEjemplos
 def save(self, *args, **kwargs ):
     self.schema = getFullPath( self , 'parentCategory',  'nom', 'schema'  )
     super(Category2, self).save(*args, **kwargs) 
コード例 #2
0
ファイル: models.py プロジェクト: edugasser/misEjemplos
 def fullPath(self):
     return getFullPath( self , 'parentCategory',  'nom', 'fullPath'  )