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

cannot import rollyourown #43

Open smcoll opened 10 years ago

smcoll commented 10 years ago

Installing the latest commit from git:

$ pip install git+git://github.com/willhardy/django-seo.git@3089686

...results in a package installation where the rollyourown module has no __init__.py file, causing an import error.

afs2015 commented 9 years ago

I'm getting ImportError: cannot import name 'seo' from 'rollyourown' after following step two on http://django-seo.readthedocs.org/en/latest/introduction/blitz-tutorial.html and using python manage.py migrate instead of syncdb.