from ninja import Schema
from typing import Dict, Any
class Origin(Schema):
orgname: str
orgaddr: str
orgdetails: Dict[str, Any] can you try this
On Sat, Aug 17, 2024 at 3:34 PM Krishnakant Mane
wrote:
> Helo.
>
> I guess the question is obvious.
>
> I have json field in my post
To effectively use multiple databases within a single application, start
by configuring multiple connection strings or configuration entries for
each database. Next, implement a data access layer to handle interactions
with the different databases through a unified interface. This layer
abstr
Hello everyone, I've been working on some of my own projects and have
implemented a chat process similar to WhatsApp. I'm looking for ideas on
how to improve or expand this implementation. If you have any suggestions
or insights on enhancing chat functionality, scalability, or user
experience
Yes, Its possible.
Please follow this -
https://docs.djangoproject.com/en/5.0/topics/db/multi-db/
Thanks
Suraj
On Wed, Aug 14, 2024 at 8:45 PM Dhanushpathi Prakash <
dhanushpathiprak...@gmail.com> wrote:
> Is there is possible to multiple database with a single app. How?
>
> --
> You received th
4 matches
Mail list logo