This topic created in 1577 days ago, the information mentioned may be changed or developed.
生成的 migrations 文件在虚拟环境 django 库的 auth.migrations 文件夹,不在 git 管理内,导致项目无法部署,如何解决这个问题?
2 replies • 2022-03-08 14:29:29 +08:00
 |
|
1
disk Mar 8, 2022
生成的迁移文件默认就在对应 app 目录下,你项目里没有创建 auth/migrations 目录吗?
|