Open whyronimus opened 3 years ago
@whyronimus thanks for the report, which are the djangocms-blog and django-parler in the virtualenv? the root issue is the page not being published in the second language: are all the ancestors of the blog page published on all the languages Namespace is the same for all the languages, so this is normal
Had exact this problem. In my case the menu/page item with the Blog/News app hock was not published for the German language. After fixing this it works.
I am trying to provide a two-language version of a djangocms-blog I set up.
Steps to reproduce:
Versions
Django CMS 3.5.3 Django 1.11 Python 3.6.7
Expected behaviour
Both Blog pages should display overview of blog entries
Actual behaviour
Default language (language in which the blog entries were created in) shows up, when I switch to second language it throws a NoReverseMatch Error:
Additional Information
setup.py:
urls.py: