希望大家能帮我解决这个问题...
我的工作流程:
|.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