mirror of
https://github.com/wger-project/wger.git
synced 2026-02-18 23:42:04 +01:00
The apache enviromental variable for the language needs to be explicitly set to UTF8, otherwise it is not possible to upload files with non-ASCII names in them, even if using python 3. https://docs.djangoproject.com/en/dev/howto/deployment/wsgi/modwsgi/ Fixes #267