29057b8b87
Django converts byte strings in various places to unicode by decoding them from utf-8, which will break if the filesystem encoding uses something else (e.g. fileystem encoding is latin1 and the path contains german umlauts). Avoid these problems by explicitly decoding all paths to unicode using an appropriate encoding. |
||
---|---|---|
.. | ||
agenda | ||
application | ||
assignment | ||
config | ||
locale | ||
participant | ||
poll | ||
projector | ||
static | ||
templates | ||
utils | ||
__init__.py | ||
default.settings.py | ||
main.py | ||
openslides_settings.py | ||
urls.py |