-
Notifications
You must be signed in to change notification settings - Fork 14
install on python 2 and django 1.8
Corentin Bettiol edited this page Jan 28, 2020
·
2 revisions
-
Install module using
pip2
.pip2 install django-check-seo
-
Add it to your INSTALLED_APPS.
"django_check_seo",
-
Add it to your urls.py file.
url(r"^django-check-seo/", include("django_check_seo.urls")),
-
Update your site parameters with correct url (example for dev environment)
yes, the installation of python2 is identical to the default one (python3)
If you want to know the reasons why we chose these checks in particular.
Checks that are not included inside the project