Messages postés par "verdyschemaya"

Sujet Date Extrait
afficher un autre champ que Id dans un formulaire

pour une relation many to many

vendredi 25 février 2022 à 11h16 Tamplate Django ```html {% extends 'main.html' %} {% load crispy_forms_filters %} {% block content %} <div class=" row container-fluid offset-3"> <h1> <u> Ajouter un Motif</u>:</h1> …
afficher un autre champ que Id dans un formulaire

pour une relation many to many

vendredi 25 février 2022 à 10h51 Bonjour, Merci pour votre réponse model Produit: ```python from turtle import mode from django.db import models # Create your models here. class Produit(models.Model): designati…
afficher un autre champ que Id dans un formulaire

pour une relation many to many

jeudi 24 février 2022 à 14h27 Bonjour, je suis nouveau en web avec django (python),j'ai un problème,je'ai deux table produit et commande, donc une relation de type many to many, je souhaite ajouter à l'aide d'un formulaire une co…