Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SORL-thumbnail import error in Django project

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)

like image 915
Nikita Avatar asked May 04 '15 13:05

Nikita


1 Answers

pip install sorl-thumbnail

Worked to me.

Notice that this package seems to have been published with a typo on the name.

like image 119
miguelfg Avatar answered Sep 29 '22 02:09

miguelfg