【发布时间】:2018-11-30 09:47:00
【问题描述】:
我是 Django 的新手,每次尝试运行 (myvenv) C:\Users\lenovo> python manage.py startapp blog时都会出现错误:
CommandError: 'blog' conflicts with the name of an existing Python module and cannot be used as an app name. Please try another name.
我做错了吗?
【问题讨论】:
标签: python django web frameworks development-environment