beevelop / docker-weblate

Weblate is a translation tool with tight version control integration and a simple & clean UI.
https://weblate.org
MIT License
3 stars 4 forks source link

Disabling debug mode breaks all resource links #12

Open msteiger opened 8 years ago

msteiger commented 8 years ago

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.