astconfman
astconfman copied to clipboard
The filter does not work with Cyrillic
Cyrillic filter operation not supported Get http://localhost:5000/admin/participants/?search=%D0%9E%D0%B4%D0%B0%D1%80 Response Internal Server Error
debug UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-7: ordinal not in range(128)
Thank you.
В файле app.py измени способ инициализации списка:
params = dict(request.args.items())
поменяй на
params = {}