Tesis 1.0.0
Loading...
Searching...
No Matches
appUSERS.models.Usuario.Meta Class Reference

Static Public Attributes

bool managed = True
str db_table = 'usuario'
str verbose_name = 'Usuario'
str verbose_name_plural = 'Usuarios'

Detailed Description

Definition at line 45 of file models.py.

Member Data Documentation

◆ db_table

str appUSERS.models.Usuario.Meta.db_table = 'usuario'
static

Definition at line 47 of file models.py.

◆ managed

bool appUSERS.models.Usuario.Meta.managed = True
static

Definition at line 46 of file models.py.

◆ verbose_name

str appUSERS.models.Usuario.Meta.verbose_name = 'Usuario'
static

Definition at line 48 of file models.py.

◆ verbose_name_plural

str appUSERS.models.Usuario.Meta.verbose_name_plural = 'Usuarios'
static

Definition at line 49 of file models.py.


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