gpt4 book ai didi

Django,无法在子文件夹中创建应用程序

转载 作者:可可西里 更新时间:2023-11-01 12:59:16 37 4
gpt4 key购买 nike

我在 Windows 上尝试在一个名为 Apps 的公共(public)文件夹中创建一个新应用程序。myApp 文件夹已存在于 Apps 中。我从项目根目录运行:

python manage.py startapp myApp Apps\myApp

我得到:

Error: 'Apps\\myApp' is not a valid app name. Please use only numbers, letters and underscores.

我不知道为什么要用双反斜杠。我也尝试使用正斜杠来确定:

python manage.py startapp myApp Apps/myApp

我明白了:

Error: 'myApp' conflicts with the name of an existing Python module and cannot be used as an app name. Please try another name.

我不明白这是 Windows 还是 Python 的问题。

最佳答案

试试这个:

mkdir Apps\newapp
python manage.py startapp NewApp Apps/newapp

然后您将在“Apps/newapp”文件夹中创建一个名为“NewApp”的应用。

关于Django,无法在子文件夹中创建应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12841565/

37 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com