-
https://pypi.org/project/django-phonenumber-field/ 2.0.1 (unfortunately locked to that by current django-oscar & django-oscar-api & django-oscar-api-checkout):
`could not resolve serializer field M…
-
**Is your feature request related to a problem? Please describe.**
If the introspection_token is not correct in the resource server, then a JSONDecoderError is raised when there is a token to be ve…
-
I have synced all users in my group in Django database using ldap_sync_users.
**I use mixed-mode authentication**, this process succeeded perfectly as the figure below.
![sync_to_DB_ok](https://us…
-
I was looking into ways to apply checks globally to either sites, clients, or agent level. I thought of having an Automation Manager component. Something like this added to the Settings FileBar.
![im…
-
cc @necaris
```
In [2]: import coiled
...: cluster = coiled.Cluster(n_workers=10)
...:
...: from dask.distributed import Client
...: client = Client(cluster)
...: print("D…
-
MultiValueDictKeyError at /inscription/register/
'lastName'
Request Method: GET
Request URL: http://cadcours.alwaysdata.net/inscription/register/
Django Version: 3.0.7
Exception Type: MultiValueDictKe…
-
my project map image not found
i have run python manage.py collectstatic
my
**settings.py**
`
import os
if os.name == 'nt':
import platform
POSTGRES = r"C:\Program Files\Postgre…
-
## Checklist
- [y] I have included the output of ``celery -A proj report`` in the issue.
(if you are not able to do this, then at least specify the Celery
version affected).
- [n] I…
-
When naively trying to create a GPU cluster I got a rather long message and some django dumps:
```
In [1]: import coiled
In [2]: cluster = coiled.Cluster(configuration="quasiben/GPU-test")
-…
-
I'm using a custom user model with allauth and I need to have the username field omitted. I've already seen the docs and a whole bunch of stackoverflow answers about using `ACCOUNT_USER_MODEL_USERNAME…