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
I had 2 issues installing correctly this library, but I managed to solve them. So I'm adding this to help others.
Issue 1
pip didn't installed the correct version when using 'pip install Wagtail-Multi-Image-Edit', and there was an error importing a file.
Solution:
install using the git repo: pip install git+https://github.com/kevinhowbrook/wagtail-multi-image-edit.git
Issue 2
The images template didn't appear.
Solution:
add 'wagtail_multi_image_edit' before ''wagtail.admin' in INSTALLED_APPS
The text was updated successfully, but these errors were encountered:
I faced the same issue. The code in github works fine, but pip isn't updated. @kevinhowbrook could you release a new version on pip to reflect the latest github changes?
I had 2 issues installing correctly this library, but I managed to solve them. So I'm adding this to help others.
Issue 1
pip didn't installed the correct version when using 'pip install Wagtail-Multi-Image-Edit', and there was an error importing a file.
Solution:
install using the git repo: pip install git+https://github.com/kevinhowbrook/wagtail-multi-image-edit.git
Issue 2
The images template didn't appear.
Solution:
add 'wagtail_multi_image_edit' before ''wagtail.admin' in INSTALLED_APPS
The text was updated successfully, but these errors were encountered: