Duna M. Cat
Duna M. Cat
It's still down.
Probably the quickest way to get what you want is the docker image for Localstack. It's not quite a mock, but it implements s3 and other AWS services locally without...
I have a workaround here: create a file `/usr/local/bin/black_x.sh` ``` #!/usr/bin/env bash export LANG='en_us.UTF-8' /usr/local/bin/black $@ ``` give that a `chmod +x /usr/local/bin/black_x.sh` then in PyCharm Preferences | Tools |...
I'm fighting with this error too (channels 3.0.1, django 3.1, py 3.9.1, macOS). I don't have a solution, just observations: it looks like Daphne uses lambdas and `reduction.py` in the...
+1 realtime apps are the thing now
+1 on doing it the way RethinkDB does, with a "live query"
big yes to routers pls, I wonder if it would be possible to use DRF's?
same here, didn't change my code that worked previously.
Yes... but with some features to make it nice for non-coders.
+1 really need this to be built in -- I was trying to have a snippet act as a profile for a user account, but using @Adrian-Turjak 's trick would...