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

Refactor settings #167

Closed protoroto closed 1 year ago

protoroto commented 1 year ago

Description

We need to be able to consistently use override_settings in tests, because otherwise we have to constantly redefine settings in an ugly way.

Proposed solution

Use something like https://github.com/nephila/djangocms-blog/blob/develop/djangocms_blog/settings.py#L630C1-L634C73