Home > other >  Seems to be a django project, run not to come out, don't understand this mistake
Seems to be a django project, run not to come out, don't understand this mistake

Time:12-01



 
"E: \ python \ path2 \ PyCharm 2020.1.2 \ bin \ runnerw64 exe" F: \ pythonT \ untitled \ venv \ Scripts \ python exe: F/docker/trunk/manage. Py runserver then executes 8000
Traceback (the most recent call last) :
The File "F:/docker/trunk/manage. Py", line 22, in & lt; module>
Execute_from_command_line (sys. Argv)
File "F: \ pythonT \ untitled \ venv \ lib \ site - packages \ django/core/management/set py", line 364, in execute_from_command_line
The utility. The execute ()
File "F: \ pythonT \ untitled \ venv \ lib \ site - packages \ django/core/management/set py", line 308, in the execute
Settings. The INSTALLED_APPS
File "F: \ pythonT \ untitled \ venv \ lib \ site - packages \ django \ conf \ set py", 56, line in __getattr__
Self. _setup (name)
File "F: \ pythonT \ untitled \ venv \ lib \ site - packages \ django \ conf \ set py", line 41, in _setup
Self. _wrapped=Settings (settings_module)
The File "F: \ pythonT \ untitled \ venv \ lib \ site - packages \ django \ conf \ set py", line 110, in __init__
Mod=importlib. Import_module (self. SETTINGS_MODULE)
The File "E: \ python \ pythonP \ Lib \ importlib \ set py", line 37, in import_module
__import__ (name)
ImportError: No module named untitled. Settings

The Process finished with exit code 1

CodePudding user response:

Module into error, to guide the module to try

CodePudding user response:

reference 1/f, green 柍 response:
module into error, to guide the module try?

First of all thank you for your answer,

It is detail, I don't know about python project
This is the project structure

CodePudding user response:

No module named untitled. Settings, translation: No module name for untitled Settings,
Over the course of Terminal guide package command to tap: PIP install untitled try, if not, I also don't know, also a small white one, ha ha
  • Related