当django改变模型过后,需要重新更新数据库,更新方法如下

  比如app的名字是rango

  python manage.py makemigrations rango(创建迁移脚本)

 然后运行

 python manage.py migrate