20-11-2020, 17:04
Bonjour,
dans l'exemple castor/beaver toute les tables commencent avec "name" en premier champs
Est ce une obligation / une convention ?
dans l'exemple castor/beaver toute les tables commencent avec "name" en premier champs
Code :
class Beaver(CremeEntity):
name = CharField(_('Name'), max_length=100)
birthday = DateField(_('Birthday'))
Est ce une obligation / une convention ?