Open viktor-yunenko opened 4 years ago
Hi @GaretJax, I haven't had issues with settings.LANGUAGES before, might it be related to 2.2.12.2A3
version? And if yes, can we update this AZ project to a newer aldryn-django version now?
@kinkerl will check regarding if we can upgrade to a more recent aldryn-django (regarding Azure compatibility)
the latest aldryn-django version should support azure
On project https://control.divio.com/control/6276/edit/82867 the client found out today that out of 4 languages only EN and DE are accessible in admin. The source code is identical to other projects where overriding of
settings.LANGUAGES
afteraldryn_addons.settings.load(locals())
works as expected. After the change of LANGUAGES field to["en", "de", "fr", "it"]
in divio control panel they appeared again.The languages config:
The version on which it's based can be seen here - https://gitlab.com/what-digital/djangocms-template/-/blob/master/settings.py#L333