Re: CSV file

2023-06-08 Thread Percy Masekwameng
It depends on the data in the database Explain more about workers settings and provide me with an example On Fri, 9 Jun 2023, 02:24 Muhammad Juwaini Abdul Rahman, wrote: > How big is the file? > > I don't think a mere 2K records can kill an 8GB RAM machine. > > Probably something to do with

Re: how to convert to Django 3 or 4

2023-06-08 Thread אורי
Hi, I think you can try to upgrade LTS to LTS. That is, upgrade to the next LTS, then the next LTS, and not directly to Django 4.2. With each LTS check that the site is working. And also, I would recommend using the latest Django release only 6 months after the initial release, because all your

Re: CSV file

2023-06-08 Thread Muhammad Juwaini Abdul Rahman
How big is the file? I don't think a mere 2K records can kill an 8GB RAM machine. Probably something to do with your workers' settings? On Fri, 9 Jun 2023 at 03:02, Percy Masekwameng < percymasekwameng...@gmail.com> wrote: > Hi > > I have web app survey that collect data and generate a CSV

Re: how to convert to Django 3 or 4

2023-06-08 Thread 'Steven Mapes' via Django users
I've used it to go from Django 3 to 4 and to move a project from 1.11 to 2.2. It doesn't do everything for you but it's a great start. I've personally moved from 1.8 through to 4.2.2 but that was during their development lifecycle. Moving up to 1.7 and then 1.7 to 1.8 and 1.8 to 1.11 and 1.11 to

Re: A picturesque authentication problem ONLY in Google Chrome

2023-06-08 Thread Rogério Carrasqueira
Hello Fabio, Thanks for you reply, this must be considered on both sites or only in subdomain? Thanks again! Em quinta-feira, 8 de junho de 2023 às 16:14:37 UTC-3, Fabio C. Barrionuevo da Luz escreveu: > Try to define the SESSION_COOKIE_DOMAIN on your settings.py > >

Re: A picturesque authentication problem ONLY in Google Chrome

2023-06-08 Thread Fabio C. Barrionuevo da Luz
Try to define the SESSION_COOKIE_DOMAIN on your settings.py SESSION_COOKIE_DOMAIN=".dominio.com.br" https://docs.djangoproject.com/en/4.2/ref/settings/#session-cookie-domain https://django.readthedocs.io/en/1.4.X/ref/settings.html#session-cookie-domain That said, Django 1.4.22 was released 8

CSV file

2023-06-08 Thread Percy Masekwameng
Hi I have web app survey that collect data and generate a CSV file, I'm using railway to deploy my web app, running on 8GB RAM and each time I generate a file, the server goes down and display "Application failed to respond" the database table has over 2k records Is there any way to improve the

Re: how to convert to Django 3 or 4

2023-06-08 Thread Rogério Carrasqueira
Hey Steven! Thanks for this information, do you have tried it before? I would like to move from 1.4 to lastest, do you think that is it possible? Thanks Em quarta-feira, 7 de junho de 2023 às 11:52:35 UTC-3, Steven Mapes escreveu: > I'd suggest looking into using Adam Johnson's

A picturesque authentication problem ONLY in Google Chrome

2023-06-08 Thread Rogerio Carrasqueira
Hello All! All good? I'm running an application in Django 1.4.22 and some days I'm facing some difficulties for my users to access the restricted area of my site. It so happens that I have the site running on the main domain www.dominio.com.br and the restricted area on app.dominio.com.br, both