Jacob Rief
Jacob Rief
Hi @tolerious you mean the whole docs, not only the strings inside `gettext()` methods? Puh, thats pretty much work. One problem I see, is keeping these docs up to date....
Thanks for your PR. Can this issue be closed now?
If it's for the broadcast only, then go ahead with ws4redis as it is right now. Otherwise, I strongly suggest to refactor your code to use Django authentication. Sooner or...
Notify by sessionkey should work. I would strongly suggest to store the session data in Redis as well, then you do not run into the risk of performing a blocking...
from my point of view, I never saw the need to connect Redis through SSL, since it typically runs on the same host as the application server. How is your...
OK. This is a really valid use-case. I would have to dig into this topic. Do you have time to create a pull-request?
It that site online? I'd like to see it in my browsers debug tools.
may it be possible to expose it to the Internet? Otherwise its hard to impossible to give any advice.
Great! Could you please summarize your experience using Restructured Text format, so that other can benefit from it. This would safe them some time when trying so build a similar...
you should never access generated '.css' files using `sass_src`, always reference the source file, for instance `{% sass_src 'assets/bootstrap-v5/scss/main.scss' %}`. However, this presumably will not solve your issue. Please check...