I have read a lot of other posts here on stackoverflow and google but I could not find a solution.
It all started when I changed the model from a CharField to a For
I solved it by below:
venue_city = models.CharField(blank=True, null=True)
makemigrations
migrate