📜  windows 10 重置 django 迁移 - Python 代码示例
📅  最后修改于: 2022-03-11 14:47:15.857000             🧑  作者: Mango
代码示例1
find . -path "*/migrations/*.py" -not -name "__init__.py" -delete
find . -path "*/migrations/*.pyc" -delete