DEV Community

Discussion on: Django check SEO - A cool django/django-cms plugin

Collapse
 
oluwakayodea profile image
Oladipo Kayode

Would this work for regular, non django-cms applications? If so, how would one go about implementing it?

Great job, by the way!!!

Collapse
 
corentinbettiol profile image
Corentin Bettiol

Sure! The django-cms integration is just to make our life easier :)

You can install the app, add it to your INSTALLED_APPS, add the url in urls.py, and then visit /django-check-seo/?page=/ to see if the app works :)

I need to test it through, it's been a few versions since I didn't installed it on a django-only app.

Collapse
 
oluwakayodea profile image
Oladipo Kayode

Just tried it out. It worked. Thanks a lot

Thread Thread
 
corentinbettiol profile image
Corentin Bettiol

You're welcome :)