Dmitry
Dmitry
Yes, you could do that, but wouldn't be great to have such close-theme feature out of the box? Also, probably, as said in #219 , there is room left for...
Thank you for answer. But what if I don't need a `password` field at all? Like I will have only OpenID authorization? How can I remove some fields? I mean,...
Thank you, @sinisaos , I had similar ideas, but thought, maybe this (customizable `User` class) could be point of improvement for piccolo.
If you are using docker desktop on windows and enabled kubernetes, it could be tricky. K8s uses 2379-2380 ports: https://kubernetes.io/docs/reference/networking/ports-and-protocols/ But looks like you can't see it in bounded processes...
I would like to configure "mute" schedule per channel/group/chat.
A little thought brought a workaround (so not sure, if it is still a bug). If you also provide `null=True` for `base_field`, all works fine: ```python class Example(models.Model): simple_array =...