pb
pb
I was getting this error locally, but it was not in an iframe. It was causing front-end tests to fail and ended up driving us to remove DJDT from our...
In the meantime, it's possible for you to change your Intercom API token to use a different API version. 1. Go to developer.intercom.com 2. Select "Your Apps" from the top...
@umarovt PR requests and issues are actively monitored on this repo, I think you'll be alright. The most recent merge was only days ago.
We were on 3.4 when we removed it from the project.
I saw where the orders.py file was being surfaced in the docs and I've corrected my documentation changes to reference your existing pattern of using swappable models.
Relates to #157
> I ran into this issue while using pyenv. I resolved it by installing an updated python version using `PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install -v 3.11.5` and then activating that as my...
@joaomdmoura Turning on Github Dependabot for the repo will automatically propose a PR for updating the poetry lockfile with a fix.
I have got this working using purely other people's code, I just combined the account adapter's from both of these packages. settings.py `ACCOUNT_ADAPTER = 'myapp.adapter.ComboAdapter'` repo/myapp/adapter.py ```python from allauth_2fa.adapter import...