小编RDe*_*ver的帖子

Django/Python“django.core.exceptions.ImproperlyConfigured:无法导入“联系人”。检查“...apps.contact.apps.ContactConfig.name”是否正确”

希望大家能帮我解决这个问题...

我的工作流程:

|.vscode:
|capstone_project_website:
|   -_pycache_:
|   -apps:
|       -_pycache_
|       -accounts:
|       -contact:    # app that is throwing errors
|           -_pycache_:
|          -migrations:
|          -_init_.py
|          -admin.py
|          -apps.py
|          -forms.py
|          -models.py
|          -test.py
|          -urls.py
|          -views.py 
|       -public:
|       -_init_.py
|   -templates: # all my .html 
|   -_init_.py
|   -asgi.py
|   -settings.py
|   -urls.py
|   -views.py
|   -wsgi.py
|requirements:
|scripts:
|static:
|.gitignore
|.python-version
|db-sqlite3
|docker-compose.yml
|Dockerfile
|Makefile #command I am running
|manage.py
|setup.cfg
Run Code Online (Sandbox Code Playgroud)

我安装的应用程序位于capstone_project_website/settings.py: …

python django configuration docker-compose modulenotfounderror

8
推荐指数
2
解决办法
8890
查看次数