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.
Installing the latest commit from git:
$ pip install git+git://github.com/willhardy/django-seo.git@3089686
...results in a package installation where the
rollyourownmodule has no__init__.pyfile, causing an import error.