Definition at line 21 of file models.py.
◆ __str__()
appFOOD.models.Producto.__str__ |
( |
| self | ) |
|
◆ __unicode__()
appFOOD.models.Producto.__unicode__ |
( |
| self | ) |
|
◆ descripcion
appFOOD.models.Producto.descripcion = models.CharField(max_length=200) |
|
static |
◆ id_categoria
appFOOD.models.Producto.id_categoria = models.ForeignKey(CategoriaProducto, models.DO_NOTHING) |
|
static |
◆ id_producto
appFOOD.models.Producto.id_producto = models.AutoField(primary_key=True) |
|
static |
◆ imageURL
appFOOD.models.Producto.imageURL = models.CharField( max_length=100, null=True ) |
|
static |
◆ nombre_producto
appFOOD.models.Producto.nombre_producto = models.CharField(max_length=45) |
|
static |
◆ precio
appFOOD.models.Producto.precio = models.FloatField() |
|
static |
◆ stock
appFOOD.models.Producto.stock = models.IntegerField(default = 0 ) |
|
static |
The documentation for this class was generated from the following file: