mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-12-15 22:43:53 +01:00
Add author note
This commit is contained in:
@@ -16,6 +16,11 @@ class Auteur(models.Model):
|
||||
verbose_name=_('name'),
|
||||
)
|
||||
|
||||
note = models.IntegerField(
|
||||
default=0,
|
||||
verbose_name=_("note"),
|
||||
)
|
||||
|
||||
def __str__(self):
|
||||
return self.name
|
||||
|
||||
|
||||
Reference in New Issue
Block a user