I\'m joining a project, so I want to set up the environnment, so what I did is :
pip install -r requirements.txt
This fully installed all r
I had the same problem in my virtual environment, even though Pillow was installed. Also installing a lower version didn't help. As soon I left my virtual environment it worked. Maybe this is helping someone.
There is the command:
(wb_env) C:\Users\Taranis\Dropbox\08_Coding\Python
Coding\Programme\Projekt_Webblog\tim_webblog>python manage.py makemigrations app_webblog
The error:
SystemCheckError: System check identified some issues:
ERRORS:
app_webblog.BlogEntry.entry_img: (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".