摘要:
在64位windows10下安装通过cmd安装Scrapy时报出以下错误 error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.v 阅读全文
摘要:
第一步: 进入数据库,找到django_migrations的表,删除该app名字对应的所有记录。 python manage.py dbshell use delete from django_migrations where app=''; 第二步: 删除该app名字下的migrations下的 阅读全文