null=True
を追加したようです 移行ファイルを作成した後。 venue_city
移行ファイルのnull許容フィールドではありません
次の手順に従ってください。
1) Drop venue_city & venue_country from your local table
3) Delete all the migration files you created for these `CharField to a ForeignKey` change
4) execute `python manage.py makemigrations`
5) execute 'python manage.py migrate'
動作するはずです