Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

seo view - not working for me #7

Open
pymeister opened this issue May 18, 2022 · 0 comments
Open

seo view - not working for me #7

pymeister opened this issue May 18, 2022 · 0 comments

Comments

@pymeister
Copy link

I set up the ok-seo configuration exactly how it was shown for the setting and in the view.py. I think there is some kind of disconnect from my


SEO_VIEWS_CHOICES = (
    ('home', 'Home page'),

and my

class HomeListView(ViewSeoMixin, TemplateView):
    seo_view = 'home'

Screenshot 2022-05-19 at 00 04 38

this is all that I see even though I put the title and description in the SEO view portion of the admin. Weirdly, I tried using the URL view and it worked with no problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant