-
Hi,
I've been trying to install AFS from scratch for some time now, but seem to fail at the last step, somewhere at yarn build_development.
My current setup is the following:
Debian 12.5, whi…
-
Hi,
I use Django Allauth in my projects and wanted to extend my website with this rest endpoint implementation.
In /dj_rest_auth/registration/serialziers.py you set line 263 the commit option to…
-
When I save a model that has a JS date (created with `new Date()`) I get the error:
> Date has wrong format. Use one of these formats instead: YYYY[-MM[-DD]]
The date in the post was `2015-01-05T22…
-
The adapter's method `is_open_for_signup` is not observed, which causes registrations to go through even when a custom adapter is being used.
To reproduce:
```
projectdir/account_adapter.py
…
-
We want ripozo to be as easy to use out of the box. Since adapters are fairly easy to make and don't require additional dependencies, we should add some dispatchers to work with common front end fram…
-
zulip stores data in postgres via the django ORM. The django ORM has drivers for mysql etc. too. How about one for RChain?
This came up in a brainstorm with @leithaus a few days ago.
-
## Expected Behavior
When defining multiple `openid_connect` APPS within the `SOCIALACCOUNT_PROVIDERS` in `settings.py` like e.g. defined in the allauth [docs](https://docs.allauth.org/en/latest/so…
-
# Syntax
~~Once again we would change required syntax to work :sweat_smile:~~
```python
from dataclasses import dataclass
from types import SimpleNamespace
from typing import Callable
from st…
-
### Describe the issue
Trying to install `django-stubs-ext` from a wheel results in an error of a kind not discussed in `edgecases.md`. 'Use `preferWheels` and call it a day' is not viable here; bu…
-
**Is your feature request related to a problem? Please describe.**
It is not a problem but an architectural question. And before I put too much effort in this I wanted to ask here. I work on a …