AUTHORS.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
django_check_seo/__init__.py
django_check_seo/admin.py
django_check_seo/apps.py
django_check_seo/cms_toolbars.py
django_check_seo/models.py
django_check_seo/urls.py
django_check_seo/views.py
django_check_seo.egg-info/PKG-INFO
django_check_seo.egg-info/SOURCES.txt
django_check_seo.egg-info/dependency_links.txt
django_check_seo.egg-info/requires.txt
django_check_seo.egg-info/top_level.txt
django_check_seo/checks/__init__.py
django_check_seo/checks/custom_list.py
django_check_seo/checks/site.py
django_check_seo/checks/utils.py
django_check_seo/checks_list/__init__.py
django_check_seo/checks_list/check_description.py
django_check_seo/checks_list/check_h1.py
django_check_seo/checks_list/check_h2.py
django_check_seo/checks_list/check_images.py
django_check_seo/checks_list/check_keyword_url.py
django_check_seo/checks_list/check_keywords.py
django_check_seo/checks_list/check_links.py
django_check_seo/checks_list/check_title.py
django_check_seo/checks_list/check_url.py
django_check_seo/checks_list/content_words_number.py
django_check_seo/checks_list/keyword_present_first_paragraph.py
django_check_seo/checks_list/launch_checks.py
django_check_seo/conf/__init__.py
django_check_seo/conf/settings.py
django_check_seo/locale/fr/LC_MESSAGES/django.mo
django_check_seo/locale/fr/LC_MESSAGES/django.po
django_check_seo/migrations/0001_initial.py
django_check_seo/migrations/0002_keyword_page.py
django_check_seo/migrations/0003_page_cms_page_id_language.py
django_check_seo/migrations/__init__.py
django_check_seo/static/django-check-seo/design.css
django_check_seo/static/django-check-seo/htmx.2.0.8.min.js
django_check_seo/static/django-check-seo/logo-small.png
django_check_seo/static/django-check-seo/logo.png
django_check_seo/static/django-check-seo/fonts/LICENCE
django_check_seo/static/django-check-seo/fonts/NOTICE
django_check_seo/static/django-check-seo/fonts/Roboto-Black.ttf
django_check_seo/static/django-check-seo/fonts/Roboto-Bold.ttf
django_check_seo/static/django-check-seo/fonts/Roboto-Light.ttf
django_check_seo/static/django-check-seo/fonts/Roboto-Regular.ttf
django_check_seo/static/django-check-seo/fonts/Roboto-Thin.ttf
django_check_seo/templates/django_check_seo/default.html
django_check_seo/templates/django_check_seo/element.html
django_check_seo/templates/django_check_seo/fragment_checks.html
django_check_seo/templates/django_check_seo/keywords_form.html
django_check_seo/utils/__init__.py
django_check_seo/utils/cms_url_resolution.py
django_check_seo/utils/keywords_discovery.py
tests/test_cms_url_resolution.py
tests/test_content_words_number.py
tests/test_description.py
tests/test_h1.py
tests/test_h2.py
tests/test_hypothesis_keywords.py
tests/test_images.py
tests/test_keyword_present_first_paragraph.py
tests/test_keyword_url.py
tests/test_keywords.py
tests/test_keywords_discovery_cms.py
tests/test_links.py
tests/test_model_keywords.py
tests/test_title.py
tests/test_url.py