Definition at line 33 of file models.py.
◆ __unicode__()
appCART.models.DetallePedido.__unicode__ |
( |
| self | ) |
|
◆ cantidad_productos
appCART.models.DetallePedido.cantidad_productos = models.IntegerField(null=True) |
|
static |
◆ direccion_entrega
appCART.models.DetallePedido.direccion_entrega = models.CharField(max_length=100, null=True) |
|
static |
◆ id_detalle
appCART.models.DetallePedido.id_detalle = models.AutoField(primary_key=True) |
|
static |
◆ id_pedido
appCART.models.DetallePedido.id_pedido = models.ForeignKey(Pedido, models.DO_NOTHING, related_name='detalles') |
|
static |
◆ id_producto
appCART.models.DetallePedido.id_producto = models.ForeignKey(Producto, models.DO_NOTHING) |
|
static |
◆ precio_producto
appCART.models.DetallePedido.precio_producto = models.FloatField() |
|
static |
◆ subtotal
appCART.models.DetallePedido.subtotal = models.FloatField(null=True) |
|
static |
The documentation for this class was generated from the following file: