We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
rollyourown
__init__.py
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: