Re: Apache2 hates my Django deployment method

2022-12-11 Thread Mike Dewhirst
On 12/12/2022 11:32 am, Jason wrote: https://serverfault.com/questions/1058677/apache-2-4-37-reload-causes-error-scoreboard-is-full-not-at-maxrequestworkers and https://serverfault.com/questions/1084635/apache-mpm-workers-stuck-in-g-gracefully-finishing-growing-scoreboard-is-fu seems reloadi

Re: URL evaluates to 'slug' literally instead of the variable slug

2022-12-11 Thread Michael Starr
It's poorly written and mine isn't. Am I better than them. On Monday, December 5, 2022 at 6:36:30 AM UTC-8 elvisa...@gmail.com wrote: > Good !😁 > > Le dim. 4 dĂ©c. 2022 Ă  22:04, Michael Starr a > Ă©crit : > >> Thank you, Peter. I forgot to acknowledge your contribution. >> >> On Wednesday, Novemb

Re: Apache2 hates my Django deployment method

2022-12-11 Thread Jason
https://serverfault.com/questions/1058677/apache-2-4-37-reload-causes-error-scoreboard-is-full-not-at-maxrequestworkers and https://serverfault.com/questions/1084635/apache-mpm-workers-stuck-in-g-gracefully-finishing-growing-scoreboard-is-fu seems reloading is problematic because >When you g

Re: Apache2 hates my Django deployment method

2022-12-11 Thread Mike Dewhirst
On 12/12/2022 1:33 am, Jason wrote: AFAIK, restarting apache process on deployment is standard, is there a reason you don't want to do that? With Ubuntu 2020.04 and the version of Apache which came with that, reload worked fine and I always thought that was the right way to redeploy. The new

Re: Arrayfield constraint issue in 4.1

2022-12-11 Thread James Gillard
The callable list is indeed assigned as the default for the ArrayField, as documented here: https://docs.djangoproject.com/en/4.1/ref/contrib/postgres/fields/#django.contrib.postgres.fields.ArrayField The original issue has already had a patch merged, which will be released in 4.1.5, see the f

Re: Job openings with in Python

2022-12-11 Thread Gobi Dasu
Hi Manjusha and also others with relevant skill sets, I noticed you have a strong, in-demand skill set. We'd love to have you join our talent network of software developers, data scientists, and designers, called LD Talent - ldtalentwork.com. By joining LD Talent, you’ll have the following benefit

Re: Arrayfield constraint issue in 4.1

2022-12-11 Thread Manjusha
Hello Sir, I need to understand the form.py file because , what is the only list you have assigned as default in arrayfield, is it the method list() ? On Sat, Dec 10, 2022 at 10:00 PM James Gillard wrote: > Thanks for the feedback. I opened a ticket and it was indeed confirmed as > a bug: htt

Re: Apache2 hates my Django deployment method

2022-12-11 Thread Jason
AFAIK, restarting apache process on deployment is standard, is there a reason you don't want to do that? Templates are picked up because they're not evaluated and compiled, rather they're processed dynamically so any changes there do not require a restart. On Saturday, December 10, 2022 at 9:34