forked from DGNum/gestioCOF
fix reinit
This commit is contained in:
parent
5e848e4442
commit
7ec6d23987
3 changed files with 5 additions and 2 deletions
|
@ -223,6 +223,7 @@ class SpectacleRevente(models.Model):
|
|||
answered_mail = models.ManyToManyField(Participant,
|
||||
related_name="wanted",
|
||||
blank=True)
|
||||
|
||||
seller = models.ForeignKey(Participant,
|
||||
related_name="original_shows",
|
||||
verbose_name="Vendeur")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue