willhardy / django-seo

Provides a set of tools for managing Search Engine Optimisation (SEO) for Django sites.
BSD 3-Clause "New" or "Revised" License
251 stars 117 forks source link

ImportError: cannot import name SortedDict (With Django 1.9) #54

Open ashishnetworks opened 8 years ago

ashishnetworks commented 8 years ago

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 ?

sgaynetdinov commented 8 years ago

Hello, i am use django-seo2

ashishnetworks commented 8 years ago

I will Give a try.. Thanks though

On Mon, Feb 1, 2016 at 3:42 PM Sergey Gaynetdinov notifications@github.com 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 .