I'm using a library for Django Channels that I've somehow misconfigured
and is causing asyncio.exceptions.CancelledError when trying to connect
a websocket. Because of how the stack isn't particularly straightforward
with asyncio I'm at a loss to debug this.
Any tips to find out what's going on?
If I'm having to deal with incessant backslashes in a string I'll often
use the r'\' (raw string literal) syntax. Simplifies things quite a bit.
--
https://mail.python.org/mailman/listinfo/python-list
I'm brand new to USENET so please bear with me.
I'm writing a specialized to-do list app. I'm using Django but this is
not a question about Django. It has to have recurring tasks set by the
managers for the employees to then check off.
I've got pretty much everything in the app worked out, except