https://docs.djangoproject.com/en/2.2/ref/settings/#databases
DATABASES in settings.py is a dict() and use database_routers. Good luck On Mon, Aug 26, 2019 at 12:47 PM Ayu Nakata <[email protected]> wrote: > I want to use each database in each application. > I tried using different settings.py for each application, but it didn't > work. > Can you give me some advice? > Thank you. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/d6713c1f-a0e0-439a-9731-c04f9f2f9217%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/d6713c1f-a0e0-439a-9731-c04f9f2f9217%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAJenkLDbnoyUG-bJWb7Oe8QUBMZ%2BssHOE7qxOvztrG7pu5-vFQ%40mail.gmail.com.

