I've installed SORL-thumbnail through pip
. When I try to import it in the Python shell it's OK, but if I add this to INSTALLED_APPS I get:
ImportError (No module named SORL)
I've installed SORL-thumbnail through pip
. When I try to import it in the Python shell it's OK, but if I add this to INSTALLED_APPS I get:
ImportError (No module named SORL)
pip install sorl-thumbnail
Worked to me.
Notice that this package seems to have been published with a typo on the name.
© 2022 - 2024 — McMap. All rights reserved.
INSTALLED_APPS
? – Gibert