django-planet's author here :)
I've noticed, thanks to your question, that docs are missing an step: you have to add django.contrib.sites
to your settings.INSTALLED_APPS
.
After that, please run ´python manage.py migrate´ since Django 1.9 adds one migration to make Site.domain
field unique.
I cant release yet a Django 1.9 compatible version for django-planet since django-tagging
doesn't have an official release that supports it. But you can install the development version this way and your django-planet installation will work:
pip install -e git+git@github.com:Fantomas42/django-tagging.git@6246a1f270031908fe66cacbf1fb7a377021c4fc#egg=django-tagging