【发布时间】:2015-09-13 02:30:22
【问题描述】:
我不小心删除了迁移文件夹,现在 python manage.py makemigrations 没有检测到我的模型中的更改。我该怎么办?
shubham@shubham-PC:~/Documents/try/ecommerce$ python manage.py makemigrations
No changes detected
仓库是here
【问题讨论】:
标签: django python-2.7 django-models