Re: django multi databases and multi sessions

2023-03-20 Thread Dan Wood
I’m working on a big multi tenant app feel free to email for information, I use a different schema for each tenant -- 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

Re: django multi databases and multi sessions

2023-03-20 Thread Sebastian Jung
I think you mean multi tenancy... There are packages for that. Google after django multi tenant.. WM schrieb am Mo., 20. März 2023, 16:08: > Hi, > > I would like to have your help. > > Using Django multiple databases in a project, can I create multiple > sessions in the project? If so, I would

Re: Migration of tables from external database to new database

2023-03-20 Thread Adekola Aderonmu
Hi, my engine is mysql Yes, there is data in the table I want to migrate into the new database. CUS THE DATABASE I WANT TO MIGRATE TOO IS AN APP IN DJANGO On Mon, 20 Mar 2023, 20:20 nef, wrote: > Hi Adekola, > Can you provide more details? > Which database engine are you using? Version? Is

Re: Migration of tables from external database to new database

2023-03-20 Thread nef
Hi Adekola, Can you provide more details? Which database engine are you using? Version? Is your table have data or do you want to migrate the structure...? How this is related to Django? Thanks On Monday, 20 March 2023 at 08:12:20 UTC+1 Adekola Aderonmu wrote: > Hi guys, > I have an external

django multi databases and multi sessions

2023-03-20 Thread WM
Hi, I would like to have your help. Using Django multiple databases in a project, can I create multiple sessions in the project? If so, I would like to know how to. For example, three databases with two different login functions; The steps are followed: In a webpage, login as a homepage

Re: Accessing my local backend

2023-03-20 Thread Vanitha R
Thanks On Mon, Mar 13, 2023, 3:32 AM Carlos André Dantas de Lima < eucan...@gmail.com> wrote: > Have you chose url in settings, allow tô access and you try access with > mobile deixe in other address or port > > Em dom, 12 de mar de 2023 14:42, Donald KANTI > escreveu: > >> Hey you should start

Django 4.2 release candidate 1 released

2023-03-20 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2023/mar/20/django-42-rc1/ -- 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

Migration of tables from external database to new database

2023-03-20 Thread Adekola Aderonmu
Hi guys, I have an external database with a particular table, and I want this table to be on my new database. How do I go about the migration of the table from the external database into the new database? THANK YOU -- You received this message because you are subscribed to the Google Groups

Migration of tables from an external database

2023-03-20 Thread Adekola Aderonmu
Hi guys, I need your assistance, so I have an external database with a particular table on it and I want to migrate that table into a new database that I have. Kindly direct me on how to achieved this. Thank you... On Thu, 16 Mar 2023, 19:23 nef, wrote: > Hi all, > I am facing problem to