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