Remove saclay asset, add new fixtures for activity and notes, clean some migrations

This commit is contained in:
Jean-Baptiste Doderlein 2022-08-06 13:47:38 +00:00
parent 5b15c659fe
commit 3a3e3be64c
22 changed files with 71 additions and 141 deletions

View file

@ -28,14 +28,9 @@ class Invoice(models.Model):
bde = models.CharField(
max_length=32,
default='Saperlistpopette',
default='BDE',
choices=(
('Saperlistpopette', 'Saper[list]popette'),
('Finalist', 'Fina[list]'),
('Listorique', '[List]orique'),
('Satellist', 'Satel[list]'),
('Monopolist', 'Monopo[list]'),
('Kataclist', 'Katac[list]'),
('BDE', 'BDE'),
),
verbose_name=_("BDE"),
)