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

Fix META_USE_SITE setting access in build_absolute_uri() #134

Closed adrien-delhorme closed 2 years ago

adrien-delhorme commented 2 years ago

Description

Use the correct setting name (USE_SITES instead of META_USE_SITES) from the correct setting module (meta.settings instead of django.conf.settings)

References

Fix #133

Checklist

yakky commented 2 years ago

Thanks @adrien-delhorme, expect a release in the next couple of days! :tada: