-
Feel free to suggest examples we should provide, I'd start with some ideas:
- [ ] Dataloaders
- [ ] Subscriptions
- [ ] Basic examples for ASGI, Flask and Django
-
Expectation: To be able to run this view async, should this be possible?
Output:
```
Traceback (most recent call last):
File "/Users/christophercarvalho/ninja/env/lib/python3.11/site-packages…
-
**Describe the bug**
I can't make elastic search example to work. https://django-ninja.rest-framework.com/guides/async-support/
Error message:
```raise ValueError("Either 'hosts' or 'cloud_id' mu…
-
I'm trying to access extra keys of the query.
I have a minimal reproducible example here:
https://github.com/Vulwsztyn/django-ninja-testing/tree/extra_keys_in_query_test
the important part is:
`…
-
So the documentation states for `ModelSchema` we should define it like
```python
from django.contrib.auth.models import User
from ninja import ModelSchema
class UserSchema(ModelSchema):
c…
-
**Describe the bug**
I'm running Django under ASGI and basic api routes are working fine. But when I follow the `django-ninja` documentation for an api route using a Schema response, I get this error…
-
**Describe the bug**
Multiple enums not shown in OpenAPI docs. Might be related to #537 although I am not using nested classes.
I simply have multiple enums in a schema, and only one of them shows…
-
# Bug
```
Traceback (most recent call last):
File "D:\-\__init__.py", line 1, in
from odmantic import AIOEngine
File "D:\-\venv\Lib\site-packages\odmantic\__init__.py", line 1, in
…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
![image](https://github.com/user-attachments/assets/71f03b06-c7cf-4884-addf-acedff478065)
```
❯ cat requirements.txt | grep plotai
plotai==0.0.5
```