mirror of
https://gitlab.crans.org/mediatek/med.git
synced 2025-07-06 21:34:01 +02:00
Store RPM in vinyles
This commit is contained in:
@ -218,6 +218,14 @@ class Vinyle(models.Model):
|
||||
max_length=255,
|
||||
)
|
||||
|
||||
rpm = models.PositiveIntegerField(
|
||||
verbose_name=_('rounds per minute'),
|
||||
choices=[
|
||||
(33, _('33 RPM')),
|
||||
(45, _('45 RPM')),
|
||||
],
|
||||
)
|
||||
|
||||
authors = models.ManyToManyField(
|
||||
'Auteur',
|
||||
verbose_name=_('authors'),
|
||||
|
Reference in New Issue
Block a user