-
**Describe the bug**
When attempting to log in using a SAML provider configured in the "Federation and Social Login" section of the authentik admin interface, an exception appears in the logs. This o…
-
### Problem Statement
I came across this issue while integrating CrateDB to django ORM, but it is bound to happen in any ORM that implements migrations.
Context:
Given the model:
```py
class Autho…
-
# [DJ008](https://docs.astral.sh/ruff/rules/django-model-without-dunder-str/) - Django model without \_\_str\_\_ method
[django-auto-prefetch](https://github.com/tolomea/django-auto-prefetch) uses …
-
I sometimes get a `TypeError: list indices must be integers or slices, not str` when I call run from model object.
This is my code:
```
def get_text_embeddings(text: str, model_name: str = "doc") -…
-
so i am installing this on trunas scale, the new one that moved away from k3s, the issue i am having is that since that machine is headless, i am unable to access localhost:3334 from the machine since…
-
Idea:
```
from django.db import models
from nanodjango import Django
app = Django()
@app.admin
class CountLog(models.Model):
# Standard Django model, registered with the admin site
…
-
# Django ORM
Prototyping on `django_orm`
- [x] Compound
- [x] Target
- [x] Pose
- [x] CompoundSet
- [x] Test chemicalite import
- [x] Test chemicalite mol population (override save method? …
-
Normal Celery tasks support using `kombu` to register object types to serialize/deserialize automatically:
```python
from kombu.utils.json import register_type
from django.db.models import Model
…
-
## Description
Hi everybody! I try to produce (and publish!) one page containing a placeholder with a text-plugin and a static-alias with a text-plugin via cms.api but the example at https://d…
-
Applying admin.0002_logentry_remove_auto_add...Traceback (most recent call last):
File "/home/siddharthakhanal/Desktop/rocky-dai/silkhair-track/src/manage.py", line 22, in
main()
File "/ho…