|
|
|
@ -49,7 +49,7 @@ def prince_corpus(house=None, prince=None):
|
|
|
|
&(Involved_in.invol_in_interv == 1))]
|
|
|
|
&(Involved_in.invol_in_interv == 1))]
|
|
|
|
prince_acte = []
|
|
|
|
prince_acte = []
|
|
|
|
for acte in actes:
|
|
|
|
for acte in actes:
|
|
|
|
info = [(t.filename, t.date, t.analysis, t.prod_place_acte,
|
|
|
|
info = [(t.date, t.filename, t.analysis, t.prod_place_acte,
|
|
|
|
t.diplo_type_acte, t.state_doc) for t in Acte.select(
|
|
|
|
t.diplo_type_acte, t.state_doc) for t in Acte.select(
|
|
|
|
).where(Acte.id_acte == acte)]
|
|
|
|
).where(Acte.id_acte == acte)]
|
|
|
|
place = [t.placename for t in Production_place.select().where(
|
|
|
|
place = [t.placename for t in Production_place.select().where(
|
|
|
|
|