Tesis 1.0.0
Loading...
Searching...
No Matches
appCART.models.Pedido.Meta Class Reference

Static Public Attributes

bool managed = True
str db_table = 'pedido'
str verbose_name = 'Pedido'
str verbose_name_plural = 'Pedidos'

Detailed Description

Definition at line 14 of file models.py.

Member Data Documentation

◆ db_table

str appCART.models.Pedido.Meta.db_table = 'pedido'
static

Definition at line 16 of file models.py.

◆ managed

bool appCART.models.Pedido.Meta.managed = True
static

Definition at line 15 of file models.py.

◆ verbose_name

str appCART.models.Pedido.Meta.verbose_name = 'Pedido'
static

Definition at line 17 of file models.py.

◆ verbose_name_plural

str appCART.models.Pedido.Meta.verbose_name_plural = 'Pedidos'
static

Definition at line 18 of file models.py.


The documentation for this class was generated from the following file: