willhardy/django-seo

cannot import rollyourown

Opened this issue · 1 comments

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.

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.