django-seo
django-seo copied to clipboard
ImportError: cannot import name SortedDict (With Django 1.9)
When I tried to make migrations after installing app I suddenly started to get following error
../django1.9/local/lib/python2.7/site-packages/rollyourown/seo/base.py", line 10, in from django.utils.datastructures import SortedDict ImportError: cannot import name SortedDict
after readin over Stackoverflow I happened to know SortedDict pack is removed form Django1.9 so the app is not working. Does any body know how to solve the issu ?
Hello, i am use django-seo2
I will Give a try.. Thanks though
On Mon, Feb 1, 2016 at 3:42 PM Sergey Gaynetdinov [email protected] wrote:
Hello, i am use django-seo2 https://github.com/romansalin/django-seo2
— Reply to this email directly or view it on GitHub https://github.com/willhardy/django-seo/issues/54#issuecomment-177891486 .