SOLVED The problem could be solved by rebuilding the virtualenv. An inconsistency in the site packages was the root for this effect.
Am Freitag, 25. November 2016 16:13:54 UTC+1 schrieb Philippe O. Wagner: > > Thanks Vadim for the suggestion. > > We removed the .pyc/.pyo files directly after upgrading and double checked > it now - with no success. > > > > Am Freitag, 25. November 2016 12:17:20 UTC+1 schrieb Vadim Sikora: >> >> In my experience multiple toolbar buttons are a sign of stale .pyc files >> >> Vadim Sikora >> >> Frontend Teamlead >> Divio AG | Riedtlistrasse 23, CH-8006 Zürich >> Tel.: +41 44 480 12 70 | Mobile: +41 79 104-43-50 >> http://divio.com | http://aldryn.com >> >> Divio is a core contributor to the open source content management system >> django CMS: http://www.django-cms.org >> >> On Fri, Nov 25, 2016 at 10:57 AM, Philippe O. Wagner <[email protected]> >> wrote: >> >>> Hi all >>> >>> Any ideas what went wrong here (see screenshot)? >>> >>> >>> >>> We updated from 3.1.4 to 3.3.0. >>> >>> The language settings looks like this : >>> >>> LANGUAGE_CODE = 'de' >>> >>> LANGUAGES = ( >>> ('de', gettext('German')), >>> ) >>> >>> TRANSMETA_LANGUAGES = LANGUAGES # TODO: used? >>> >>> >>> CMS_LANGUAGES = { >>> 1: [ >>> { >>> 'code': 'de', >>> 'name': gettext('Deutsch'), >>> 'fallbacks': [ ], >>> 'public': True, >>> 'redirect_on_fallback':False, >>> }, >>> ], >>> 'default': { >>> 'fallbacks': ['de',], >>> 'redirect_on_fallback':True, >>> } >>> } >>> >>> This should be "german only" and no multiple redundant buttons, right? >>> >>> Any hint is appreciated! >>> >>> Cheers, >>> >>> Philippe >>> >>> -- >>> Message URL: >>> https://groups.google.com/d/msg/django-cms-developers/topic-id/message-id >>> Unsubscribe: send a message to >>> [email protected] >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "django CMS developers" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To view this discussion on the web, visit >>> https://groups.google.com/d/msgid/django-cms-developers/4412f24d-3af6-408a-9adb-03b070d1beb1%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/django-cms-developers/4412f24d-3af6-408a-9adb-03b070d1beb1%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- Message URL: https://groups.google.com/d/msg/django-cms-developers/topic-id/message-id Unsubscribe: send a message to [email protected] --- You received this message because you are subscribed to the Google Groups "django CMS developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/django-cms-developers/000f995f-62a7-44b6-84eb-cb85f38c0e85%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
