try:
                    country = Country.objects.get(iso2=item[1])
                except Country.DoesNotExist:
                    country = None