数据库迁移时报错,

You have 1 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): shopadmin.
Run 'python manage.py migrate' to apply them.

 

 

 

可以执行 python manage.py migrate

它可以让我们在修改Model后可以在不影响现有数据的前提下重建表结构。

相关文章:

  • 2021-05-06
  • 2021-11-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-30
  • 2022-12-23
猜你喜欢
  • 2021-04-14
  • 2021-11-27
  • 2022-12-23
  • 2021-07-30
  • 2022-12-23
  • 2022-12-23
  • 2021-10-09
相关资源
相似解决方案