Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #746 from claudep/changelog12.10
Completed the CHANGES file for version 12.10.0
- Loading branch information
16dcfc8
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello I have a problem ModuleNotFoundError: No module named 'sorl' . I installed sorl-thumbnail in my pycharm project with pip install sorl-thumbnail and I put 'sorl.thumbnail', in my INSTALLED_APPS settings . but I have this error again ModuleNotFoundError: No module named 'sorl' . my python version is Python 3.11.5
sorl thumbnail is installed in my pip list and in my interpreter settings. Even I changed my django from 4.2.2 to 4.1.7 but it doesn't work . I saw one friend said in stack overflow install "pip install sorl-thumbnail django-haystack pysolr" and I did it but I have this error yet . I really thank you if you can help me. sorry if my English language is not well . Thank you
#python #Django #django