Có vẻ như bạn đã thêm null=True
sau khi tạo tệp di chuyển. Bởi vì venue_city
không phải là trường vô hiệu trong tệp di chuyển của bạn
Làm theo các bước sau.
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'
Nó sẽ hoạt động