You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@okfish's fork of djangocms-oscar (which fixed the previous issues preventing migration) throws load thumbnail errors arising from conflict between sorl-thumbnails and easy_thumbnails. On a different thread he mentions solving this using django-smart-load-tag. It's not clear how he achieved this though as django-smart-load-tag now throws it's own set of errors.
The text was updated successfully, but these errors were encountered:
This line from the issue (codysoyland/django-smart-load-tag#7) identifies the problem: "I bumped into same problem : implementing a project .....with several 3rd parties applications, one of them relying on 'easy_thumbnails' and another one relying on 'sorl_thumbnail', which causes 'templatetag' clash when using {% load thumbnail %}" , which might also be linked to: https://code.djangoproject.com/ticket/17085
If I were to do that, how would I determine which templates require easy_thumbnails, given there are so many templates to consider? I'm not very clear on that bit.
@okfish's fork of djangocms-oscar (which fixed the previous issues preventing migration) throws load thumbnail errors arising from conflict between sorl-thumbnails and easy_thumbnails. On a different thread he mentions solving this using django-smart-load-tag. It's not clear how he achieved this though as django-smart-load-tag now throws it's own set of errors.
The text was updated successfully, but these errors were encountered: