Manuel Gysin
Manuel Gysin
Hello dokterbob We are using your django module for our newsletter and are happy with it. If we find time, we will support you. (https://github.com/QuantumBytesInc) Greets
@OndrejValenta Thanks for the tip but it didn't work. I now forked the project and updated it to .net7 and fixed the ef core stuff. Will push it soon to...
I can confirm that we see the same problem with keycloak, revert to 7.x and it works again.
Any news about this? We plan to migrate from raknet to enet but we depend on ipv6 support.
Exactly the same here: Django 1.6
Activated my brain: python manage.py collectstatic And it works. :)
@YuriHeupa You can hack into the code here: https://github.com/jrief/django-websocket-redis/blob/master/ws4redis/redis_store.py#L68 I jump from there back to my django code and do the black magic. (Attention: Keep in mind, no blocking operations...