Is Pillow required?
Closed this issue · 1 comments
de-sh commented
I am getting the following error
SystemCheckError: System check identified some issues:
ERRORS:
camps.Camps.photo: (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".
Is this supposed to happen? Shouldn't all dependencies be listed out in the requirements.txt?
subins2000 commented
Pillow is required for validating image uploads. Probably a mistake from my part to not have it in requirements.txt