python3+django报错testserver

  manage.py testserver --addrport 127.0.0.1 报错

查看其它项目

manage.py runserver --addrport 127.0.0.1 正常

查找配置,发现edit configrations页面中选择了test Server 导致运行时查找test的database ,不成功

在输出窗口报错为

Creating test database for alias 'default'...
CommandError: Error: No database fixture specified. Please provide the path of at least one fixture in the command line.

原文地址:https://www.cnblogs.com/programer-xinmu78/p/10897876.html