BG

Size: a a a
BG
AG
AL
AL
i
AL
BG
BG
JT
i
i
BG
EC
class CommonManager(models.Manager):
"""
Common manager for most of models
"""
def record(self, **kwargs):
"""
Put new record to the database
"""
return self.create(**kwargs)
BG
BG
class CommonManager(models.Manager):
"""
Common manager for most of models
"""
def record(self, **kwargs):
"""
Put new record to the database
"""
return self.create(**kwargs)
EC
EC
AD
class CommonManager(models.Manager):
"""
Common manager for most of models
"""
def record(self, **kwargs):
"""
Put new record to the database
"""
return self.create(**kwargs)
BG
EC