Fix #60
An alternative solution from #63 to remove struct data from SeoMixin, by creating SeoOrgMixin instead.
I find this solution much less risky, the impact for the upgrade is lessened compared to the settings approach, there was no need to change tests or templates and no manual code is required for the migrations.
Fix #60 An alternative solution from #63 to remove struct data from
SeoMixin
, by creatingSeoOrgMixin
instead.I find this solution much less risky, the impact for the upgrade is lessened compared to the settings approach, there was no need to change tests or templates and no manual code is required for the migrations.