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

Remove requests as a requirement, use django.test.Client #49

Closed jgadelange closed 2 years ago

jgadelange commented 2 years ago

This removes requests as a requirement for this package and utilizes django.test.Client instead. This also removes the need for Basic Auth support (I guess, otherwise it might be enabled by forcing authentication on the client).

corentinbettiol commented 2 years ago

Looks good to me, thank you very much for this PR!