acdh-oeaw / eurotort

Eurotort - Database on European Tort Law
https://eurotort.acdh-dev.oeaw.ac.at
1 stars 0 forks source link

no highcourts #12

Closed csae8092 closed 10 months ago

csae8092 commented 10 months ago

currently there are no high courts, looks like something went wrong there on data import

csae8092 commented 10 months ago

fix with

for x in Court.objects.filter(orig_data_csv__icontains='gericht_hoechstgericht": 1'):
    x.is_high_court = True
    x.save()