Вот текстом
1).Exception in thread django-main-thread:
Traceback (most recent call last):
  File "C:\Users\ПК Даня\AppData\Local\Programs\Python\Python37-32\lib\threading.py", line 917, in _bootstrap_inner
    self.run()
  File "C:\Users\ПК Даня\AppData\Local\Programs\Python\Python37-32\lib\threading.py", line 865, in run
    self._target(*self._args, **self._kwargs)
  File "E:\PROJECTS_2\venv\lib\site-packages\django\utils\autoreload.py", line 54, in wrapper
    fn(*args, **kwargs)
  File "E:\PROJECTS_2\venv\lib\site-packages\django\core\management\commands\runserver.py", line 117, in inner_run
    self.check(display_num_errors=True)
  File "E:\PROJECTS_2\venv\lib\site-packages\django\core\management\base.py", line 436, in check
    raise SystemCheckError(msg)
django.core.management.base.SystemCheckError: SystemCheckError: System check identified some issues:
ERRORS:
products.ProductImage.image: (fields.E210) Cannot use ImageField because Pillow is not installed.
	HINT: Get Pillow at 
https://pypi.org/project/Pillow/ or run command "pip install Pillow".
System check identified 1 issue (0 silenced).
2).

Как указать правильный путь без (Venv)?