table acte : replace prod_place_acte

main
jgenero 3 years ago
parent e60bf16f10
commit 8ff1336b37

@ -72,12 +72,12 @@ class Acte(Model):
numb_acte = TextField()
date_time = TextField() # YYYY-MM-DD
date = TextField() # verbose
prod_place_acte = ForeignKeyField(Production_place, backref='actes')
analysis = TextField()
doc_acte = ForeignKeyField(Document, backref='actes')
ref_acte = TextField() # cote
state_doc = ForeignKeyField(State, backref='actes')
diplo_type_acte = ForeignKeyField(Diplo_type, backref='actes')
prod_place_acte = ForeignKeyField(Production_place, backref='actes')
class Meta:
database = db

Loading…
Cancel
Save