Dan Swain
Dan Swain
I need this too please.
Thinking about [this feature request (multi-site support)](https://github.com/wagtail/wagtail/issues/4288), I would want multiple organizations (perhaps of the same type, such as Chambers of Commerce) to be able to use the same theme...
Thanks @gasman. I'll give that a try.
[This article](https://cloudfour.com/thinks/dont-use-picture-most-of-the-time/) raises a point worth considering: it advocates only using the `` tag in the art direction use case and says that `srcset` used on the `` tag is...
I also encountered this issue when testing a file being uploaded in a validator. If more than one call is made to the `filetype` API on the same upload, then...
I suggest using [django-allauth](https://github.com/pennersr/django-allauth) instead of Django's built-in authentication. The convenience of allowing someone to log in with a social media account would be very helpful for e-commerce sites.
Agreeing with @Crocmagnon. I tried this package in a project and ended up not making use of it. When I tried to remove the package form the venv and from...
@carltongibson Perhaps. I only traced the `AsyncConsumer` definition in the code and saw that it didn't have function definitions for either `websocket_connect()` or `websocket_receive()` and so figured that the author...
I have encountered the same problem and have posted a [StackOverflow question](https://stackoverflow.com/questions/62199335/django-session-is-not-being-persisted-and-cookie-is-not-being-set-when-using-dja). This is core functionality without which my app will not work correctly. Would appreciate if @hishnash would take...
In follow up to my above comment, @hishnash provided an [answer to my StackOverflow question](https://stackoverflow.com/a/62211788/5548239). This appears to be a bug in Django Channels. @chapkovski, would you consider changing the...