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
480 stars 68 forks source link

How can i setup with jinja templates #121

Open saileshkush95 opened 3 years ago

saileshkush95 commented 3 years ago

I'm using jinja2 template in my django project now, But i also want to integrate django-meta in jinja2. as described in docs it is not working with jinja2 templates. But it is working fine with django templates engine

yakky commented 3 years ago

I never used jinja templates in Django so I can't provide any immediate feedback

60 is an abandoned PR which could be of some help, I will happily review any contribution that would help to support jinja