gpt4 book ai didi

python - 1.7 子文件夹中的应用程序

转载 作者:太空狗 更新时间:2023-10-29 20:27:26 24 4
gpt4 key购买 nike

我有一个像这样的项目文件夹结构:

project
applications
__init__.py
app1
app2
app3
project
__init__.py
settings.py

在我的 settings.py 中,我尝试像这样导入应用程序:

INSTALLED_APPS = (
'django.contrib.admin',
...

'applications.app1',
'applications.app2',
'applications.app3',
)

但是如果我尝试迁移其中一个应用程序,我会收到此错误:

./manage.py makemigrations applications.app1
App 'applications.app1' could not be found. Is it in INSTALLED_APPS?

有什么问题吗?这种设置用于 django 1.6

最佳答案

实际上有一个 Django 本地解决方案。来自docs :

Many commands take a list of “app names.” An “app name” is the basename of the package containing your models. For example, if your INSTALLED_APPS contains the string 'mysite.blog', the app name is blog.

关于python - 1.7 子文件夹中的应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26928835/

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