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