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

Running Without CMS or Installation errors #46

Closed virajkothari7 closed 7 months ago

virajkothari7 commented 2 years ago

I am not sure whether this will be helpfull to others, but this is what I did after going through some issues while installing this.

You can follow the installation, and after installation make sure this are the settings present.

add 'django.contrib.sites' to INSTALLED_APPS SITE_ID = 1

This step is important if running without CMS

Go to template 'default.html' in site packages of installed apps remove 'cms_tag' save it access your page seo by, . base.domain/django-check-seo/?page=/page_extnsn



Hope this helps!

corentinbettiol commented 2 years ago

Thank you, I will update the README with the information you provided in order to make install easier for people who don't use django-cms !

corentinbettiol commented 7 months ago

Hi @virajkothari7! Just checking this issue again, and remebering that I removed the cms_tags from default.html a little while ago (see #58), so it should not be a problem anymore :)