Bill Zhong
Bill Zhong
Hi, I made a python version of bark server: https://github.com/billzhong/py-bark Currently, it should work like a drop-in replacement. I will keep working on it when I have time.
Hi, Any plan to release unminified source code? Thanks.
Hi, Is there any chance to redirect people to locale subpath when they try to access sub page directly? Currently, 404 is returned. For example, `https://simple-i18n-example.fwojciec.now.sh/artist` will redirect to `https://simple-i18n-example.fwojciec.now.sh/{lang}/artist`.
The `test_reset_password` test changes user password. It will break other tests becuase `get_superuser_token_headers` function won't able to get access_token. It relates to #217