Rafal Buzun
Results
2
issues of
Rafal Buzun
Hi, I'm trying to implement authentication using tokens generated by django-rest-framework. Using this gist: https://gist.github.com/leonardoo/9574251b3c7eefccd84fc38905110ce4 I've managed to do this: Consumer ``` class APIDemultiplexer(RestTokenConsumerMixin, WebsocketDemultiplexer): rest_user = True def connect(self,...
Hi, First of all, thanks for great lib that saved me a lot of time. I have discovered one annoying issue regarding remove button. Whenever you click on remove button...