Django bugfix release: 4.1.5

2023-01-01 Thread Mariusz Felisiak
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2023/jan/02/bugfix-release/ -- 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: Apache and mod_wsgi with django

2023-01-01 Thread Mike Dewhirst
On 2/01/2023 1:44 pm, pankaj palmate wrote: Hi i am using Apache with mod_wsgi.i want to serve 5000 users at a time.how many processes and threads should I use in order to serve 5000 connections concurrently...in wsgi daemon process ? I can't answer the question because it is above my pay-gr

Apache and mod_wsgi with django

2023-01-01 Thread pankaj palmate
Hi i am using Apache with mod_wsgi.i want to serve 5000 users at a time.how many processes and threads should I use in order to serve 5000 connections concurrently...in wsgi daemon process ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To uns

How to access the value of a field that failed validation

2023-01-01 Thread Noel Duffy
I'm new to Django, though not to programming. I'm using Django 4.1.4 on AlmaLinux 9. My question is this. Is it possible to access a ModelForm field's value if that form field failed validation? I'm writing a small ticketing system for a helpdesk to handle spam reports. Users submit spam mes

[no subject]

2023-01-01 Thread ALBERT ASHABA AHEEBWA
Hello Everyone, I have been trying to host my Django app on linode for the last 3 days. I have tried every tutorial I could find on both google and YouTube. But nothing seems to work . The furthest I have gone is 502 BAD GATEWAY nginx... Can someone point me to a straight forward solution. Than