change diplomatic_label by diplo_label

main
jgenero 3 years ago
parent 0fe21814e0
commit 458df1ea18

@ -49,7 +49,7 @@ class Place(Model):
class Diplo_type(Model): class Diplo_type(Model):
id_diplo_type = IntegerField(primary_key=True) id_diplo_type = IntegerField(primary_key=True)
diplomatic_label = TextField() diplo_label = TextField()
class Meta: class Meta:
database = db database = db

Loading…
Cancel
Save