Ejemplo n.º 1
0
 class Meta:
     managed = False
     db_table = Constants().PLANTEAMIENTO_LEGISLADOR
     app_label = Constants().APIREST
Ejemplo n.º 2
0
 class Meta:
     managed = False
     db_table = Constants().VETO
     app_label = Constants().APIREST
Ejemplo n.º 3
0
 class Meta:
     managed = False
     db_table = Constants().COMISION
     app_label = Constants().APIREST
Ejemplo n.º 4
0
 class Meta:
     managed = False
     db_table = Constants().COMUNICACION_RESULTADO
     app_label = Constants().APIREST
Ejemplo n.º 5
0
 class Meta:
     managed = False
     db_table = Constants().PERSONA_FISICA_DETALLE
     app_label = Constants().APIREST
Ejemplo n.º 6
0
 class Meta:
     managed = False
     db_table = Constants().VOTACION_SOBRE_DICTAMEN
     app_label = Constants().APIREST
Ejemplo n.º 7
0
 class Meta:
     managed = False
     db_table = Constants().FUNCIONARIO
     app_label = Constants().APIREST
Ejemplo n.º 8
0
 class Meta:
     managed = False
     db_table = Constants().BOLETIN_NOVEDADES
Ejemplo n.º 9
0
 class Meta:
     managed = False
     db_table = Constants().PERSONA_FISICA_HIST
     app_label = Constants().APIREST
     ordering = ('-fecha_hasta',)
Ejemplo n.º 10
0
 class Meta:
     managed = False
     db_table = Constants().GPA_ESTRUCTURA
     app_label = Constants().APIREST
Ejemplo n.º 11
0
 class Meta:
     managed = False
     db_table = Constants().PLAN_LABOR
     app_label = Constants().APIREST
Ejemplo n.º 12
0
 class Meta:
     managed = False
     db_table = Constants().EXPEDIENTE_GIRADO_PRESIDENCIA_CAMARA
     app_label = Constants().APIREST
Ejemplo n.º 13
0
 class Meta:
     managed = False
     db_table = Constants().LEGISLADOR_REEMPLAZA_LEGISLADOR
     app_label = Constants().APIREST
Ejemplo n.º 14
0
 class Meta:
     managed = False
     db_table = Constants().ENTIDAD_PRODUCE_EXPEDIENTE
     app_label = Constants().APIREST
Ejemplo n.º 15
0
 class Meta:
     managed = False
     db_table = Constants().RESULTADO_GIRADO
     app_label = Constants().APIREST
Ejemplo n.º 16
0
 class Meta:
     managed = False
     db_table = Constants().COMISION_HIST
     app_label = Constants().APIREST
     ordering = ('-fecha_hasta', )
Ejemplo n.º 17
0
 class Meta:
     managed = False
     db_table = Constants().DEBATE_DESPACHO
     app_label = Constants().APIREST
Ejemplo n.º 18
0
 class Meta:
     managed = False
     db_table = Constants().PLP_INCLUIDO_DESPACHO
     app_label = Constants().APIREST
Ejemplo n.º 19
0
 class Meta:
     managed = False
     db_table = Constants().INSISTENCIA
     app_label = Constants().APIREST
Ejemplo n.º 20
0
 class Meta:
     managed = False
     db_table = Constants().ENTIDAD_PARTICIPA_EVENTO_REUNION
     app_label = Constants().APIREST
Ejemplo n.º 21
0
 class Meta:
     managed = False
     db_table = Constants().LEGISLADOR_CAMARA_REUNION
     app_label = Constants().APIREST
Ejemplo n.º 22
0
 class Meta:
     managed = False
     db_table = Constants().PUBLICACION_DETALLE_ESTRUCTURA
     app_label = Constants().APIREST
Ejemplo n.º 23
0
 class Meta:
     managed = False
     db_table = Constants().DEBATE_SOBRE_ITEM_PLP
     app_label = Constants().APIREST
Ejemplo n.º 24
0
 class Meta:
     managed = False
     db_table = Constants().MENSAJE
     app_label = Constants().APIREST
Ejemplo n.º 25
0
 class Meta:
     managed = False
     db_table = Constants().LEGISLADOR_PRODUCE_COMUNICACION_LEG
     app_label = Constants().APIREST
Ejemplo n.º 26
0
 class Meta:
     managed = False
     db_table = Constants().PRESIDENCIA_CAMARA
     app_label = Constants().APIREST
Ejemplo n.º 27
0
 class Meta:
     managed = False
     db_table = Constants().FE_ERRATA
     app_label = Constants().APIREST
Ejemplo n.º 28
0
 class Meta:
     managed = False
     db_table = Constants().LEGISLADOR_VOTACION
     app_label = Constants().APIREST
Ejemplo n.º 29
0
 class Meta:
     managed = False
     db_table = Constants().CITACION_GPA
     app_label = Constants().APIREST        
Ejemplo n.º 30
0
 class Meta:
     managed = False
     db_table = Constants().FIRMANTES
     app_label = Constants().APIREST
     ordering = ('orden', )