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 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 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
3 matches
Mail list logo