码迷,mamicode.com
首页 > 移动开发 > 详细

CommandError: App ‘polls‘ has migrations

时间:2015-04-15 19:45:56      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:

执行python manage.py sql polls时出现错误

E:\projects\djangotest\mysite>python manage.py sql polls
CommandError: App ‘polls‘ has migrations. Only the sqlmigrate and sqlflush commands can be used when an app has migrations.

处理:

删除migrations目录或者执行manage.py migrate

参考:http://stackoverflow.com/questions/24215005/django-commanderror-app-polls-has-migrations

CommandError: App ‘polls‘ has migrations

标签:

原文地址:http://my.oschina.net/soarwilldo/blog/402022

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!