Skip to content
Extraits de code Groupes Projets

Api formations

1 file
+ 1
1
Comparer les modifications
  • Côte à côte
  • En ligne
+ 1
1
@@ -25,7 +25,7 @@ class EventTraining(models.Model):
other_infos = fields.Text()
price = fields.Char()
certification = fields.Image()
attachment = fields.Binary()
attachment = fields.Binary(attachment=True)
formation_type = fields.Selection(
[
("person", "Présentiel"),
Chargement en cours