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

django-seo2 has been released #53

Open romansalin opened 8 years ago

romansalin commented 8 years ago

Hi Everyone!

Seems that this repo is no longer maintained, therefore I created django-seo2, you can use it https://github.com/romansalin/django-seo2.

It includes many bugfixes, python 2 and 3 support, django 1.7-1.9 support and an important performance improve: now it's not need to create metadata instances for all models before using it, it was greatly inefficient and may took a long time in case of having many instances.

Any contributions are welcome.

roskakori commented 2 years ago

Django-seo2 also does not seem to be maintained anymore and currently breaks with Django 2+ because of some deprecated functions. 😞

This fork seems to work with Django 3+: https://github.com/whyflyru/django-seo