Re: how to show liste filtre admin django ManyToOne Please

2022-10-24 Thread Alen Zuvic
Ok pon, 24. lis 2022. 12:03 AMINE AZIZ je napisao: > how to show liste filtre admin django ManyToOne in this case : > > > > [image: Sans titre 9.jpg] > > > How can i filtre in Project by tasks and specialy by Personne > > liste dropdown of personne and show m

how to show liste filtre admin django ManyToOne Please

2022-10-24 Thread AMINE AZIZ
how to show liste filtre admin django ManyToOne in this case : [image: Sans titre 9.jpg] How can i filtre in Project by tasks and specialy by Personne liste dropdown of personne and show me liste of projects ? best ragards -- You received this message because you are subscribed to the

how to show liste filtre admin django ManyToOne

2022-10-24 Thread AMINE AZIZ
how to show liste filtre admin django ManyToOne in this case : in models.py --- class Personne(models.Model): name= models.CharField(max_length=50,blank=False) def __str__(self): return self.name class Project(models.Model): title= models.CharField(max_length=50,blank=False) note