nephila / django-meta

Pluggable app to allow Django developers to quickly add meta tags and OpenGraph, Twitter, and Google Plus properties to their HTML responses.
https://django-meta.readthedocs.io
Other
467 stars 68 forks source link

I cant git my application to show any meta after following the instructions #143

Open pymeister opened 1 year ago

pymeister commented 1 year ago

Description

I cant produce any meta data with the instructions given fore views-meta

Steps to reproduce

I'm using Django version 3.1.14 and I followed all the steps in the instructions. I added a title and description first to test the functionality and I didn't see any meta. I even copied and pasted the meta example and still didn't see any meta data added. I used this package in the past and it worked, I am doing everything the same though and it is not working...

Versions

Django version 3.1.14 python 3.8

Expected behaviour

I expect to see a title and description. I used the class based mixin in which the user just needs to define the title and description as variables and I would like to see the title and description in the websites meta-data

Actual behaviour

nothing happens

Additional information

can I chat with someone to maybe help me toubleshoot this problem

yakky commented 1 year ago

@pymeister can you provide a sample of the class implementing the mixin implementation? Which version worked for you?

RyanHope commented 2 months ago

also can't get this working