Tomas R.
Tomas R.
I'm getting this weird exception when I try to drag&drop the widget in the form designer (`manage/registration/XXX/form/`): 
Just for reference, this should only be merged after babel updates to CLDR 45: https://github.com/python-babel/babel/pull/1077
Just checked with the latest babel 2.16 and only some locales (e.g. `en_AU` and `en_GB`) have a format for `EEEEdMMMM`. So if we want to fix the issues with Japanese,...
> Can't we make the skeleton format string translatable and thus use a nice one for languages that support it, and another one for other languages? That would work, the...
> How easy is it to check if a particular skeleton exists and falling back to another one if not? Pretty easy: https://github.com/python-babel/babel/blob/cf7d22369cf40a8218cff1d3dc823eefa174aee0/babel/dates.py#L847-L848 But will only skeletons work? For example...
Thanks for the comments @alexiri! I'll push some updates. (I also rebased the PR on the latest master)
We should probably bump this to Python 3.12 as well
> Any plans on finalizing and merging this PR? I was looking for a compose-setup ready for production and this repository explicitly states it is _not_ meant for production. A...
> @tomasr8 Been trying out your PRs setup and it's been working pretty well but every time I go `docker compose down && docker compose up -d` the data in...
Hi @Kehino! You could help us by testing that this setup works for you as is, or if there's something missing :) As for TLS, we don't include that here...