Iacopo Spalletti
Iacopo Spalletti
@benebun I've actually never used multilingual for taggit or translated tags on the blog
@benebun djangocms blog uses parler, but it's not applicable to tags (it requires the model to be changed to handle that). In theory django_modeltranslation is the perfect solution for a...
@jedie it's actually how the form wizard is built. From the normal admin change form you can create categories directly. I'm not entirely sure we can add a button to...
I advise using djangocms-blog 1.0beta1 on django CMS 3.6, as version 0.9.9 does not support it That said: the error with ` {% page_attribute 'page_title' %}` looks like a django-cms...
1.0beta one is available on pypi (https://pypi.org/project/djangocms-blog/1.0.0b1/) 1.0 final will likely land in the next days anyway, but I am awaiting from some feedback by some early adopters
It can be a nice addition. It must be implemented in a backward compatible way and it should not force users to arrange categories manually if they want to keep...
Does categories and apphook config have a german translation?
Is `PARLER_LANGUAGES` configured https://djangocms-blog.readthedocs.io/en/latest/installation.html#minimal-configuration ?
@jedie actually with newer parler version (1.6 maybe, can't remember from the top of my head) you can skip PARLER_LANGUAGES and it will be derived from CMS_LANGUAGES automatically. There are...