Mark Gibbs
Mark Gibbs
@zachsiegel-capsida if it (ie some processing) is something long running, then solving it in a mainstream django way (eg celery) might be worth considering, although obviously it depends a lot...
@zachsiegel-capsida you (should) get the error message, as at the moment the package requirement is for Django < 4.0 - this is essentially as it hasn't been validated yet. In...
Note that #403 is the task to move to Django 4.0
See PR #408
@erl987 What version are you running? If I take the current release (git checkout of the master branch), create the environment, cd to the demo directory and then execute ./manage.py...
I suspect that at the moment you'll get a mix of bootstrap 4 and 5 being used. If you are in a position to try it and report what you...
@danjac the immediate issue should be fixable with a different JSON encoder; this work has been captured in #405
@luyi1678 what happens if you use a version of Dash < 1.21 as well as the 2.4.0 version of channels? As per #349 there are outstanding issues with version 1.21...
@zepp133 you will have to share a bit more information about what you have (and have not) done. As a first step, what exactly does 'without any changes' mean? Have...
There is now a new version of routing.py in v2.2.0 as part of the move to supporting Django 4.0 However, for sure the approach that is essentially imposed by channels...