Watching for file changes with StatReloader
Exception in thread django-main-thread:
Traceback (most recent call last):
  File 
"C:\Users\bloom\AppData\Local\Programs\Python\Python311\Lib\threading.py", 
line 1038, in _bootstrap_inner
    self.run()
  File 
"C:\Users\bloom\AppData\Local\Programs\Python\Python311\Lib\threading.py", 
line 975, in run
    self._target(*self._args, **self._kwargs)
  File 
"C:\Users\bloom\AppData\Local\Programs\Python\Python311\Lib\site-packages\django\utils\autoreload.py",
 
line 64, in wrapper
    fn(*args, **kwargs)
  File 
"C:\Users\bloom\AppData\Local\Programs\Python\Python311\Lib\site-packages\django\core\management\commands\runserver.py",
 
line 125, in inner_run
    autoreload.raise_last_exception()
  File 
"C:\Users\bloom\AppData\Local\Programs\Python\Python311\Lib\site-packages\django\utils\autoreload.py",
 
line 87, in raise_last_exception
    raise _exception[1]
  File 
"C:\Users\bloom\AppData\Local\Programs\Python\Python311\Lib\site-packages\django\core\management\__init__.py",
 
line 398, in execute
    autoreload.check_errors(django.setup)()
  File 
"C:\Users\bloom\AppData\Local\Programs\Python\Python311\Lib\site-packages\django\utils\autoreload.py",
 
line 64, in wrapper
    fn(*args, **kwargs)
  File 
"C:\Users\bloom\AppData\Local\Programs\Python\Python311\Lib\site-packages\django\core\management\commands\runserver.py",
 
line 125, in inner_r
un
    autoreload.raise_last_exception()  File 
"C:\Users\bloom\AppData\Local\Programs\Python\Python311\Lib\site-pa
ckages\django\utils\autoreload.py", line 87, in raise_last_exception
    raise _exception[1]
  File 
"C:\Users\bloom\AppData\Local\Programs\Python\Python311\Lib\site-packages\django\core\management\__init__.py",
 
line 398, in execute
    autoreload.check_errors(django.setup)()
  File "C:\Users\bloom\AppData\Local\Programs\Python\Python311\Lib\site-pa
ckages\django\utils\autoreload.py", line 64, in wrapper    fn(*args, 
**kwargs)
  File "C:\Users\bloom\AppData\Local\Programs\Python\Python311\Lib\site-pa
ckages\django\__init__.py", line 24, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "C:\Users\bloom\AppData\Local\Programs\Python\Python311\Lib\site-pa
ckages\django\apps\registry.py", line 91, in populate    app_config = 
AppConfig.create(entry)
                 ^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\bloom\AppData\Local\Programs\Python\Python311\Lib\site-pa
ckages\django\apps\config.py", line 123, in create
    mod = import_module(mod_path)          ^^^^^^^^^^^^^^^^^^^^^^^
  File 
"C:\Users\bloom\AppData\Local\Programs\Python\Python311\Lib\importlib\__init__.py",
 
line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "<frozen importlib._bootstrap>", line 1206, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1178, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1149, in _find_and_load_unloc
ked
  File "<frozen importlib._bootstrap>", line 690, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 936, in exec_module
  File "<frozen importlib._bootstrap_external>", line 1074, in get_code
  File "<frozen importlib._bootstrap_external>", line 1004, in source_to_c
ode
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_rem
oved
ValueError: source code string cannot contain null bytes

-- 
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/979a22df-8893-4f12-935a-b3601f0e09acn%40googlegroups.com.

Reply via email to