您的位置:首页 > 运维架构 > Shell

Django入门:python manage.py dbshell错误

2016-07-26 11:28 816 查看
CommandError: You appear not to have the ‘sqlite3’ program installed or on your path.

1、下载sqlite3【http://www.sqlite.org/sqlite-shell-win32-x86-3071401.zip

2、将sqlite3.exe文件放入(C:\Windwos\System32)中

3、C:\Users\Administrator\PycharmProjects\untitled3>python manage.py dbshell
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  django python sqlite3