Microsoft Windows [versão 10.0.18362.900]
(c) 2019 Microsoft Corporation. Todos os direitos reservados.

(venv) C:\Users\User\PycharmProjects\curso-udemy-master>python manage.py 
runserver
Watching for file changes with StatReloader
Exception in thread django-main-thread:
Traceback (most recent call last):
  File "C:\Python38\lib\threading.py", line 932, in _bootstrap_inner
    self.run()
  File "C:\Python38\lib\threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 53, in wrapper
    fn(*args, **kwargs)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\command
s\runserver.py", line 109, in inner_run
    autoreload.raise_last_exception()
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 76, in raise_last_exception
    raise _exception[1]
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\__init_
_.py", line 357, in execute
    autoreload.check_errors(django.setup)()
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 53, in wrapper
    fn(*args, **kwargs)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\__init__.py",
 
line 24,
in setup
    apps.populate(settings.INSTALLED_APPS)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\apps\registry.py",
 
line
 91, in populate
    app_config = AppConfig.create(entry)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\apps\config.py",
 
line 9
0, in create
    module = import_module(entry)
  File "C:\Python38\lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'bootstrapform'
Traceback (most recent call last):
  File "manage.py", line 21, in <module>
    main()
  File "manage.py", line 17, in main
    execute_from_command_line(sys.argv)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\__init_
_.py", line 401, in execute_from_command_line
    utility.execute()
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\__init_
_.py", line 395, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\base.py
", line 328, in run_from_argv
    self.execute(*args, **cmd_options)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\command
s\runserver.py", line 60, in execute
    super().execute(*args, **options)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\base.py
", line 369, in execute
    output = self.handle(*args, **options)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\command
s\runserver.py", line 95, in handle
    self.run(**options)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\command
s\runserver.py", line 102, in run
    autoreload.run_with_reloader(self.inner_run, **options)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 599, in run_with_reloader
    start_django(reloader, main_func, *args, **kwargs)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 584, in start_django
    reloader.run(django_main_thread)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 299, in run
    self.run_loop()
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 305, in run_loop
    next(ticker)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 345, in tick
    for filepath, mtime in self.snapshot_files():
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 361, in snapshot_files
    for file in self.watched_files():
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 260, in watched_files
    yield from iter_all_python_module_files()
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 105, in iter_all_python_module_files
    return iter_modules_and_files(modules, frozenset(_error_files))
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 141, in iter_modules_and_files
    resolved_path = path.resolve(strict=True).absolute()
  File "C:\Python38\lib\pathlib.py", line 1177, in resolve
    s = self._flavour.resolve(self, strict=strict)
  File "C:\Python38\lib\pathlib.py", line 200, in resolve
    return self._ext_to_normal(_getfinalpathname(s))
OSError: [WinError 123] A sintaxe do nome do arquivo, do nome do diretório 
ou do rótulo do volume está incorre
ta: '<frozen importlib._bootstrap>'

(venv) C:\Users\User\PycharmProjects\curso-udemy-master>python manage.py 
runserver
Watching for file changes with StatReloader
Exception in thread django-main-thread:
Traceback (most recent call last):
  File "C:\Python38\lib\threading.py", line 932, in _bootstrap_inner
    self.run()
  File "C:\Python38\lib\threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 53, in wrapper
    fn(*args, **kwargs)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\command
s\runserver.py", line 109, in inner_run
    autoreload.raise_last_exception()
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 76, in raise_last_exception
    raise _exception[1]
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\__init_
_.py", line 357, in execute
    autoreload.check_errors(django.setup)()
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 53, in wrapper
    fn(*args, **kwargs)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\__init__.py",
 
line 24,
in setup
    apps.populate(settings.INSTALLED_APPS)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\apps\registry.py",
 
line
 91, in populate
    app_config = AppConfig.create(entry)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\apps\config.py",
 
line 9
0, in create
    module = import_module(entry)
  File "C:\Python38\lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'bootstrapform'
Traceback (most recent call last):
  File "manage.py", line 21, in <module>
    main()
  File "manage.py", line 17, in main
    execute_from_command_line(sys.argv)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\__init_
_.py", line 401, in execute_from_command_line
    utility.execute()
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\__init_
_.py", line 395, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\base.py
", line 328, in run_from_argv
    self.execute(*args, **cmd_options)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\command
s\runserver.py", line 60, in execute
    super().execute(*args, **options)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\base.py
", line 369, in execute
    output = self.handle(*args, **options)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\command
s\runserver.py", line 95, in handle
    self.run(**options)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\command
s\runserver.py", line 102, in run
    autoreload.run_with_reloader(self.inner_run, **options)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 599, in run_with_reloader
    start_django(reloader, main_func, *args, **kwargs)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 584, in start_django
    reloader.run(django_main_thread)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 299, in run
    self.run_loop()
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 305, in run_loop
    next(ticker)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 345, in tick
    for filepath, mtime in self.snapshot_files():
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 361, in snapshot_files
    for file in self.watched_files():
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 260, in watched_files
    yield from iter_all_python_module_files()
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 105, in iter_all_python_module_files
    return iter_modules_and_files(modules, frozenset(_error_files))
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 141, in iter_modules_and_files
    resolved_path = path.resolve(strict=True).absolute()
  File "C:\Python38\lib\pathlib.py", line 1177, in resolve
    s = self._flavour.resolve(self, strict=strict)
  File "C:\Python38\lib\pathlib.py", line 200, in resolve
    return self._ext_to_normal(_getfinalpathname(s))
OSError: [WinError 123] A sintaxe do nome do arquivo, do nome do diretório 
ou do rótulo do volume está incorre
ta: '<frozen importlib._bootstrap>'

(venv) C:\Users\User\PycharmProjects\curso-udemy-master>python manage.py 
runserver
Watching for file changes with StatReloader
Exception in thread django-main-thread:
Traceback (most recent call last):
  File "C:\Python38\lib\threading.py", line 932, in _bootstrap_inner
    self.run()
  File "C:\Python38\lib\threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 53, in wrapper
    fn(*args, **kwargs)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\command
s\runserver.py", line 109, in inner_run
    autoreload.raise_last_exception()
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 76, in raise_last_exception
    raise _exception[1]
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\__init_
_.py", line 357, in execute
    autoreload.check_errors(django.setup)()
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 53, in wrapper
    fn(*args, **kwargs)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\__init__.py",
 
line 24,
in setup
    apps.populate(settings.INSTALLED_APPS)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\apps\registry.py",
 
line
 91, in populate
    app_config = AppConfig.create(entry)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\apps\config.py",
 
line 9
0, in create
    module = import_module(entry)
  File "C:\Python38\lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'bootstrapform'
Traceback (most recent call last):
  File "manage.py", line 21, in <module>
    main()
  File "manage.py", line 17, in main
    execute_from_command_line(sys.argv)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\__init_
_.py", line 401, in execute_from_command_line
    utility.execute()
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\__init_
_.py", line 395, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\base.py
", line 328, in run_from_argv
    self.execute(*args, **cmd_options)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\command
s\runserver.py", line 60, in execute
    super().execute(*args, **options)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\base.py
", line 369, in execute
    output = self.handle(*args, **options)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\command
s\runserver.py", line 95, in handle
    self.run(**options)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\command
s\runserver.py", line 102, in run
    autoreload.run_with_reloader(self.inner_run, **options)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 599, in run_with_reloader
    start_django(reloader, main_func, *args, **kwargs)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 584, in start_django
    reloader.run(django_main_thread)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 299, in run
    self.run_loop()
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 305, in run_loop
    next(ticker)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 345, in tick
    for filepath, mtime in self.snapshot_files():
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 361, in snapshot_files
    for file in self.watched_files():
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 260, in watched_files
    yield from iter_all_python_module_files()
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 105, in iter_all_python_module_files
    return iter_modules_and_files(modules, frozenset(_error_files))
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 141, in iter_modules_and_files
    resolved_path = path.resolve(strict=True).absolute()
  File "C:\Python38\lib\pathlib.py", line 1177, in resolve
    s = self._flavour.resolve(self, strict=strict)
  File "C:\Python38\lib\pathlib.py", line 200, in resolve
    return self._ext_to_normal(_getfinalpathname(s))
OSError: [WinError 123] A sintaxe do nome do arquivo, do nome do diretório 
ou do rótulo do volume está incorre
ta: '<frozen importlib._bootstrap>'

(venv) C:\Users\User\PycharmProjects\curso-udemy-master>python manage.py 
runserver
Watching for file changes with StatReloader
Exception in thread django-main-thread:
Traceback (most recent call last):
  File "C:\Python38\lib\threading.py", line 932, in _bootstrap_inner
    self.run()
  File "C:\Python38\lib\threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 53, in wrapper
    fn(*args, **kwargs)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\command
s\runserver.py", line 109, in inner_run
    autoreload.raise_last_exception()
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 76, in raise_last_exception
    raise _exception[1]
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\__init_
_.py", line 357, in execute
    autoreload.check_errors(django.setup)()
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 53, in wrapper
    fn(*args, **kwargs)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\__init__.py",
 
line 24,
in setup
    apps.populate(settings.INSTALLED_APPS)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\apps\registry.py",
 
line
 91, in populate
    app_config = AppConfig.create(entry)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\apps\config.py",
 
line 9
0, in create
    module = import_module(entry)
  File "C:\Python38\lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'bootstrapform'
Traceback (most recent call last):
  File "manage.py", line 21, in <module>
    main()
  File "manage.py", line 17, in main
    execute_from_command_line(sys.argv)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\__init_
_.py", line 401, in execute_from_command_line
    utility.execute()
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\__init_
_.py", line 395, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\base.py
", line 328, in run_from_argv
    self.execute(*args, **cmd_options)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\command
s\runserver.py", line 60, in execute
    super().execute(*args, **options)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\base.py
", line 369, in execute
    output = self.handle(*args, **options)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\command
s\runserver.py", line 95, in handle
    self.run(**options)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\command
s\runserver.py", line 102, in run
    autoreload.run_with_reloader(self.inner_run, **options)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 599, in run_with_reloader
    start_django(reloader, main_func, *args, **kwargs)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 584, in start_django
    reloader.run(django_main_thread)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 299, in run
    self.run_loop()
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 305, in run_loop
    next(ticker)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 345, in tick
    for filepath, mtime in self.snapshot_files():
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 361, in snapshot_files
    for file in self.watched_files():
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 260, in watched_files
    yield from iter_all_python_module_files()
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 105, in iter_all_python_module_files
    return iter_modules_and_files(modules, frozenset(_error_files))
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 141, in iter_modules_and_files
    resolved_path = path.resolve(strict=True).absolute()
  File "C:\Python38\lib\pathlib.py", line 1177, in resolve
    s = self._flavour.resolve(self, strict=strict)
  File "C:\Python38\lib\pathlib.py", line 200, in resolve
    return self._ext_to_normal(_getfinalpathname(s))
OSError: [WinError 123] A sintaxe do nome do arquivo, do nome do diretório 
ou do rótulo do volume está incorre
ta: '<frozen importlib._bootstrap>'

(venv) C:\Users\User\PycharmProjects\curso-udemy-master>python manage.py 
runserver
Watching for file changes with StatReloader
Exception in thread django-main-thread:
Traceback (most recent call last):
  File "C:\Python38\lib\threading.py", line 932, in _bootstrap_inner
    self.run()
  File "C:\Python38\lib\threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 53, in wrapper
    fn(*args, **kwargs)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\command
s\runserver.py", line 109, in inner_run
    autoreload.raise_last_exception()
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 76, in raise_last_exception
    raise _exception[1]
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\__init_
_.py", line 357, in execute
    autoreload.check_errors(django.setup)()
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 53, in wrapper
    fn(*args, **kwargs)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\__init__.py",
 
line 24,
in setup
    apps.populate(settings.INSTALLED_APPS)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\apps\registry.py",
 
line
 91, in populate
    app_config = AppConfig.create(entry)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\apps\config.py",
 
line 9
0, in create
    module = import_module(entry)
  File "C:\Python38\lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'hello_world'
Traceback (most recent call last):
  File "manage.py", line 21, in <module>
    main()
  File "manage.py", line 17, in main
    execute_from_command_line(sys.argv)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\__init_
_.py", line 401, in execute_from_command_line
    utility.execute()
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\__init_
_.py", line 395, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\base.py
", line 328, in run_from_argv
    self.execute(*args, **cmd_options)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\command
s\runserver.py", line 60, in execute
    super().execute(*args, **options)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\base.py
", line 369, in execute
    output = self.handle(*args, **options)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\command
s\runserver.py", line 95, in handle
    self.run(**options)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\command
s\runserver.py", line 102, in run
    autoreload.run_with_reloader(self.inner_run, **options)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 599, in run_with_reloader
    start_django(reloader, main_func, *args, **kwargs)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 584, in start_django
    reloader.run(django_main_thread)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 299, in run
    self.run_loop()
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 305, in run_loop
    next(ticker)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 345, in tick
    for filepath, mtime in self.snapshot_files():
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 361, in snapshot_files
    for file in self.watched_files():
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 260, in watched_files
    yield from iter_all_python_module_files()
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 105, in iter_all_python_module_files
    return iter_modules_and_files(modules, frozenset(_error_files))
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 141, in iter_modules_and_files
    resolved_path = path.resolve(strict=True).absolute()
  File "C:\Python38\lib\pathlib.py", line 1177, in resolve
    s = self._flavour.resolve(self, strict=strict)
  File "C:\Python38\lib\pathlib.py", line 200, in resolve
    return self._ext_to_normal(_getfinalpathname(s))
OSError: [WinError 123] A sintaxe do nome do arquivo, do nome do diretório 
ou do rótulo do volume está incorre
ta: '<frozen importlib._bootstrap>'

(venv) C:\Users\User\PycharmProjects\curso-udemy-master>cls

(venv) C:\Users\User\PycharmProjects\curso-udemy-master>python manage.py 
runserver
Watching for file changes with StatReloader
Exception in thread django-main-thread:
Traceback (most recent call last):
  File "C:\Python38\lib\threading.py", line 932, in _bootstrap_inner
    self.run()
  File "C:\Python38\lib\threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 53, in wrapper
    fn(*args, **kwargs)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\command
s\runserver.py", line 109, in inner_run
    autoreload.raise_last_exception()
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 76, in raise_last_exception
    raise _exception[1]
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\__init_
_.py", line 357, in execute
    autoreload.check_errors(django.setup)()
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 53, in wrapper
    fn(*args, **kwargs)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\__init__.py",
 
line 24,
in setup
    apps.populate(settings.INSTALLED_APPS)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\apps\registry.py",
 
line
 91, in populate
    app_config = AppConfig.create(entry)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\apps\config.py",
 
line 9
0, in create
    module = import_module(entry)
  File "C:\Python38\lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
  File "<frozen importlib._bootstrap>", line 991, in _find_and_load
  File "<frozen importlib._bootstrap>", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'hello_world'
Traceback (most recent call last):
  File "manage.py", line 21, in <module>
    main()
  File "manage.py", line 17, in main
    execute_from_command_line(sys.argv)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\__init_
_.py", line 401, in execute_from_command_line
    utility.execute()
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\__init_
_.py", line 395, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\base.py
", line 328, in run_from_argv
    self.execute(*args, **cmd_options)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\command
s\runserver.py", line 60, in execute
    super().execute(*args, **options)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\base.py
", line 369, in execute
    output = self.handle(*args, **options)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\command
s\runserver.py", line 95, in handle
    self.run(**options)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\core\management\command
s\runserver.py", line 102, in run
    autoreload.run_with_reloader(self.inner_run, **options)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 599, in run_with_reloader
    start_django(reloader, main_func, *args, **kwargs)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 584, in start_django
    reloader.run(django_main_thread)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 299, in run
    self.run_loop()
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 305, in run_loop
    next(ticker)
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 345, in tick
    for filepath, mtime in self.snapshot_files():
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 361, in snapshot_files
    for file in self.watched_files():
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 260, in watched_files
    yield from iter_all_python_module_files()
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 105, in iter_all_python_module_files
    return iter_modules_and_files(modules, frozenset(_error_files))
  File 
"C:\Users\User\PycharmProjects\curso-udemy-master\venv\lib\site-packages\django\utils\autoreload.py",
 
l
ine 141, in iter_modules_and_files
    resolved_path = path.resolve(strict=True).absolute()
  File "C:\Python38\lib\pathlib.py", line 1177, in resolve
    s = self._flavour.resolve(self, strict=strict)
  File "C:\Python38\lib\pathlib.py", line 200, in resolve
    return self._ext_to_normal(_getfinalpathname(s))
OSError: [WinError 123] A sintaxe do nome do arquivo, do nome do diretório 
ou do rótulo do volume está incorre
ta: '<frozen importlib._bootstrap>'

(venv) C:\Users\User\PycharmProjects\curso-udemy-master>


I'M GETTING THIS ERROR OVER AND OVER CAN SOMEONE HELP ME??

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/05a4436b-4f5b-49b7-ba73-5487fbfdaf84o%40googlegroups.com.

Reply via email to