(venv) C:\Users\Chas\rp-portfolio\personal_portfolio>python manage.py 
runserver
Watching for file changes with StatReloader
Exception in thread django-main-thread:
Traceback (most recent call last):
  File "C:\Python37\lib\threading.py", line 926, in _bootstrap_inner
    self.run()
  File "C:\Python37\lib\threading.py", line 870, in run
    self._target(*self._args, **self._kwargs)
  File 
"C:\Users\Chas\rp-portfolio\venv\lib\site-packages\django\utils\autoreload.py", 
line 54, in wrapper
    fn(*args, **kwargs)
  File 
"C:\Users\Chas\rp-portfolio\venv\lib\site-packages\django\core\management\commands\runserver.py",
 
line 109, in inner_run
    autoreload.raise_last_exception()
  File 
"C:\Users\Chas\rp-portfolio\venv\lib\site-packages\django\utils\autoreload.py", 
line 77, in raise_last_exception
    raise _exception[1]
  File 
"C:\Users\Chas\rp-portfolio\venv\lib\site-packages\django\core\management\__init__.py",
 
line 337, in execute
    autoreload.check_errors(django.setup)()
  File 
"C:\Users\Chas\rp-portfolio\venv\lib\site-packages\django\utils\autoreload.py", 
line 54, in wrapper
    fn(*args, **kwargs)
  File 
"C:\Users\Chas\rp-portfolio\venv\lib\site-packages\django\__init__.py", 
line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File 
"C:\Users\Chas\rp-portfolio\venv\lib\site-packages\django\apps\registry.py", 
line 91, in populate
    app_config = AppConfig.create(entry)
  File 
"C:\Users\Chas\rp-portfolio\venv\lib\site-packages\django\apps\config.py", 
line 90, in create
    module = import_module(entry)
  File "C:\Python37\lib\importlib\__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 965, 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\Chas\rp-portfolio\venv\lib\site-packages\django\core\management\__init__.py",
 
line 381, in execute_from_command_line
    utility.execute()
  File 
"C:\Users\Chas\rp-portfolio\venv\lib\site-packages\django\core\management\__init__.py",
 
line 375, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File 
"C:\Users\Chas\rp-portfolio\venv\lib\site-packages\django\core\management\base.py",
 
line 323, in run_from_argv
    self.execute(*args, **cmd_options)
  File 
"C:\Users\Chas\rp-portfolio\venv\lib\site-packages\django\core\management\commands\runserver.py",
 
line 60, in execute
    super().execute(*args, **options)
  File 
"C:\Users\Chas\rp-portfolio\venv\lib\site-packages\django\core\management\base.py",
 
line 364, in execute
    output = self.handle(*args, **options)
  File 
"C:\Users\Chas\rp-portfolio\venv\lib\site-packages\django\core\management\commands\runserver.py",
 
line 95, in handle
    self.run(**options)
  File 
"C:\Users\Chas\rp-portfolio\venv\lib\site-packages\django\core\management\commands\runserver.py",
 
line 102, in run
    autoreload.run_with_reloader(self.inner_run, **options)
  File 
"C:\Users\Chas\rp-portfolio\venv\lib\site-packages\django\utils\autoreload.py", 
line 587, in run_with_reloader
    start_django(reloader, main_func, *args, **kwargs)
  File 
"C:\Users\Chas\rp-portfolio\venv\lib\site-packages\django\utils\autoreload.py", 
line 572, in start_django
    reloader.run(django_main_thread)
  File 
"C:\Users\Chas\rp-portfolio\venv\lib\site-packages\django\utils\autoreload.py", 
line 290, in run
    self.run_loop()
  File 
"C:\Users\Chas\rp-portfolio\venv\lib\site-packages\django\utils\autoreload.py", 
line 296, in run_loop
    next(ticker)
  File 
"C:\Users\Chas\rp-portfolio\venv\lib\site-packages\django\utils\autoreload.py", 
line 336, in tick
    for filepath, mtime in self.snapshot_files():
  File 
"C:\Users\Chas\rp-portfolio\venv\lib\site-packages\django\utils\autoreload.py", 
line 352, in snapshot_files
    for file in self.watched_files():
  File 
"C:\Users\Chas\rp-portfolio\venv\lib\site-packages\django\utils\autoreload.py", 
line 251, in watched_files
    yield from iter_all_python_module_files()
  File 
"C:\Users\Chas\rp-portfolio\venv\lib\site-packages\django\utils\autoreload.py", 
line 103, in iter_all_python_module_files
    return iter_modules_and_files(modules, frozenset(_error_files))
  File 
"C:\Users\Chas\rp-portfolio\venv\lib\site-packages\django\utils\autoreload.py", 
line 138, in iter_modules_and_files
    if not path.exists():
  File "C:\Python37\lib\pathlib.py", line 1346, in exists
    self.stat()
  File "C:\Python37\lib\pathlib.py", line 1168, in stat
    return self._accessor.stat(self)
OSError: [WinError 123] The filename, directory name, or volume label 
syntax is incorrect: '<frozen importlib._bootstrap>'

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/af352a9f-08f9-482f-b94c-d525576b5a05%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to