kapt-labs / django-check-seo

Django Check SEO will check the SEO aspects of your site for you, and will provide advice in case of problems. Compatible with Django & Django-CMS!
GNU General Public License v3.0
154 stars 12 forks source link

'default_app_config' is deprecated #60

Closed DmytroLitvinov closed 8 months ago

DmytroLitvinov commented 8 months ago

Starting from Django v4.1 'default_app_config' is deprecated

As a possible fix:

if django.VERSION < (3, 2):
    default_app_config = "django_check_seo.apps.DjangoCheckSEOConfig"
corentinbettiol commented 8 months ago

I published your fix in the version 0.6.5 on pypi!