django-seo icon indicating copy to clipboard operation
django-seo copied to clipboard

django-seo2 has been released

Open romansalin opened this issue 9 years ago • 1 comments

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.

romansalin avatar Jan 05 '16 09:01 romansalin

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

roskakori avatar Mar 17 '22 15:03 roskakori