ct from the dropdown the object car that
> has the field is_active = true,
> how can i acomplish that?
>
> class Car(models.Model):
> brand = models.charfield(...)
> is_active= models.BooleanField(default=True)
>
> class Service(models.Model):
> car = models.Fore
On 15 Nov 2020, at 23:27, Apolo Machine wrote:
>
> hello, i'm a newbie using django and i have a problem that cannot solve.
> In my createview i need to select from the dropdown the object car that has
> the field is_active = true,
> how can i acomplish that?
>
&
hello, i'm a newbie using django and i have a problem that cannot solve.
In my createview i need to select from the dropdown the object car that has
the field is_active = true,
how can i acomplish that?
class Car(models.Model):
brand = models.charfield(...)
is_a
3 matches
Mail list logo