Remove saclay asset, add new fixtures for activity and notes, clean some migrations
This commit is contained in:
parent
5b15c659fe
commit
3a3e3be64c
22 changed files with 71 additions and 141 deletions
|
|
@ -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"),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue