You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When defining a MySEOMetadata metadata model, if it's Meta.use_sites is set to True or it's Meta.use_i18n is set to True, then rollyourown.seo.admin.get_inline(SEOMetadata) should return an inline which allows for adding multiple items, so the webmaster can edit metadata for each site/language right in the item admin page.
In rollyourown.seo.admin, line 111 (as of v1.0, current Pypi's stable version), something like:
+1
Completely agree. Indeed, it seems a contradiction that I can set different "metadata" by language, but then I can not allocate more than one, to each model instance.
Is there some kind of workaround to assign different "metatags" by language to each instance from the admin interface?
I take this opportunity to thank you for your work. It's really good!
When defining a
MySEOMetadata
metadata model, if it'sMeta.use_sites
is set toTrue
or it'sMeta.use_i18n
is set toTrue
, thenrollyourown.seo.admin.get_inline(SEOMetadata)
should return an inline which allows for adding multiple items, so the webmaster can edit metadata for each site/language right in the item admin page.In
rollyourown.seo.admin
, line 111 (as of v1.0, current Pypi's stable version), something like:The text was updated successfully, but these errors were encountered: