【发布时间】:2011-08-10 23:15:08
【问题描述】:
我是 Django 的新手,每次我尝试运行
python panel/manage.py startapp %app%(面板是我的项目)它给了我错误:
Error: '%app%' conflicts with the name of an existing Python module and cannot be used as an app name. Please try another name.
我做错了吗?
公司、联系人或统计信息肯定不是现有 Python 模块的名称吗?
【问题讨论】:
标签: django