You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
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.
The text was updated successfully, but these errors were encountered:
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
and my
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.
The text was updated successfully, but these errors were encountered: