Ash A.
Ash A.
The sample in the docs simply doesn't work. (I stumbled across this as well.) But you should be able to modify the below to work for you: ```python from authlib.integrations.django_client.integration...
> @dragonpaw can you help me to update the documentation? Sure, how can I help?
> 2. @dragonpaw , by any chance, do you also have a Flask example? Sadly, I do not. And with Flask, the implementation would be entirely dependent what database system...
Long time indeed... Ok, so RFC 4183 is about how to handle reverse DNS delegation that isn't on an octet boundary. (Looking it over briefly will probably help explain why...
This seems to actually affect when any field on the exception is marked kw_only: ```python @define(auto_exc=True) class CantPickleMeSadly(Exception): message: None | str = field(kw_only=False, default=None) response: None | requests.Response =...
Looks like rest_framework is also missing there.
I guess I'm of the opinion that once I install a package in Python, I should at least be able to import it without fatal errors. Optional dependencies are one...
For what it's worth, I'm having this happen too, but only if I use pylint's --django-settings-module. If I set DJANGO_SETTINGS_MODULE first, it goes away. And I looked at #306 and...
@Dushess: If there's a book, its existence isn't documented on any web site I could find. I'll look in JEI and see if it's there but I don't recall seeing...
It was definitely something I triggered by not knowing the right sequence of things to click on to create the elevator. I believe I may have accidentally created the elevator...