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
ru
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 Django-Upgrade
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 pe
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 yea
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
>
> SESSION_COOKIE_DOMAIN=".d
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
2
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 file
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
de
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 you
Ask this question on the Railway Discord community. The expert their will
tell you if it's a Railway thing or not. But you should look more at your
code, your settings.py.
On Thu, Jun 8, 2023, 20:03 Percy Masekwameng
wrote:
> Hi
>
> I have web app survey that collect data and generate a CSV file
Probably you need to show the code snippet on where you generate the csv
file.
On Fri, 9 Jun 2023 at 13:51, Percy Masekwameng <
percymasekwameng...@gmail.com> wrote:
> It depends on the data in the database
>
> Explain more about workers settings and provide me with an example
>
> On Fri, 9 Jun 2
If you want to go directly then start a new project and "lift and shift"
code fixing and updating as you go. Depending on the size of the project
and the complexity of the processes it may be the fastest way to do it.
If you want to keep the same project then upgrade in stages. The fact
you're in
Try using Python anywhere
On Fri, 9 Jun 2023 at 07:15, Muhammad Juwaini Abdul Rahman <
juwa...@gmail.com> wrote:
> Probably you need to show the code snippet on where you generate the csv
> file.
>
> On Fri, 9 Jun 2023 at 13:51, Percy Masekwameng <
> percymasekwameng...@gmail.com> wrote:
>
>> It
13 matches
Mail list logo