After changing WEBLATE_DEBUG to zero, no resources can be loaded by Django. I suspect that it is related to the WEBLATE_ALLOWED_HOSTS flag. It contains the correct two hostnames, separated by comma, but it does not have an effect.
I'd be happy to assist in debugging this issue, if necessary.
After changing
WEBLATE_DEBUG
to zero, no resources can be loaded by Django. I suspect that it is related to theWEBLATE_ALLOWED_HOSTS
flag. It contains the correct two hostnames, separated by comma, but it does not have an effect.I'd be happy to assist in debugging this issue, if necessary.