Re: Translating a Django website

2023-06-12 Thread אורי
Hi, I found https://pypi.org/project/translate-toolkit/ but it's po2csv ignores the context - I filed an issue with GitHub: https://github.com/translate/translate/issues/4932 Any ideas on how to add context there? Thanks, Uri Rodberg, Speedy Net. אורי u...@speedy.net ‪On Mon, Jun 12, 2023 at

Re: Translating a Django website

2023-06-12 Thread Sebastian Jung
Because for professionel website no one use automatic translation... Vishesh Mangla schrieb am Mo., 12. Juni 2023, 11:22: > Why don't you use Google translate api? > > On Mon, 12 Jun, 2023, 14:36 אורי, wrote: > >> Hi, >> >> I have a website in English and Hebrew which I want to translate into

Re: Translating a Django website

2023-06-12 Thread Комил Туев
Hello dear пн, 12 июн. 2023 г., 14:06 אורי : > Hi, > > I have a website in English and Hebrew which I want to translate into > French. The website has about 3 or 4 .po files in each language, which > should be translated. But the translators I talked to want to have it in a > Word or Excel

Re: Slow Performance of Django Web App

2023-06-12 Thread 'Steven Mapes' via Django users
To start with I'd look at upgrading the project to the latest version of Django and Python as Python 3.10 and 3.11 have some performance improvements and you'll need to be on a Django 4 version to support them. That aside it sounds like you've got good caching architecture setup since it's

Re: Demonstration of patching against CVE-2023-31047

2023-06-12 Thread Lucifer Black
It's only getting stuck in part of the loop because you're not putting a action after the phrase you said you are passionate against cve of 23 and you are trying to use it as a JPEG image but then you would have to clarify where the jpeg image needs to resonate to you're just having it boot

Re: Demonstration of patching against CVE-2023-31047

2023-06-12 Thread Sebastian Jung
Use django >= 4.2.1 https://security.snyk.io/vuln/SNYK-UBUNTU2204-PYTHONDJANGO-5492023 5t00 schrieb am Mo., 12. Juni 2023, 20:32: > Hi all, > > I am new to Django and am looking to demonstrate how the application of a > Django patch can prevent against multiple file uploads in light of the >

Re: Demonstration of patching against CVE-2023-31047

2023-06-12 Thread optimusprime fig
Thank you! I have tried patching to 4.2.1 which disallows the multiple to be set as True on the form widget. However, I have struggled to get a working implementation up that allows multiple images of a certain file type only to be uploaded. I am now able to accidentally allow all file types up

Regarding Python Developer Job with 2 Year's of experience.

2023-06-12 Thread Aniket Gadge
Hello everyone, My Name is Aniket Gadge, I have completed my Master of Computer Application with 64.99 aggregate. I have been working in the IT field for the last *2 Years* as a Python Developer and I have 1 Year experience as a Django Developer also. Currently I am looking for a better

Re: how to convert to Django 3 or 4

2023-06-12 Thread 'Steven Mapes' via Django users
Ah Python 2.7, you'll need to upgrade through to at least 3.8 so unless it's a huge project where you have time to upgrade through the Django Versions and different versions of Python as you go, you may just want to create a new project and lift the code as you go. On Friday, 9 June 2023 at

Re: Translating a Django website

2023-06-12 Thread Vishesh Mangla
Why don't you use Google translate api? On Mon, 12 Jun, 2023, 14:36 אורי, wrote: > Hi, > > I have a website in English and Hebrew which I want to translate into > French. The website has about 3 or 4 .po files in each language, which > should be translated. But the translators I talked to want

Translating a Django website

2023-06-12 Thread אורי
Hi, I have a website in English and Hebrew which I want to translate into French. The website has about 3 or 4 .po files in each language, which should be translated. But the translators I talked to want to have it in a Word or Excel format. Is it possible to export .po files into Excel formats

Demonstration of patching against CVE-2023-31047

2023-06-12 Thread 5t00
Hi all, I am new to Django and am looking to demonstrate how the application of a Django patch can prevent against multiple file uploads in light of the recognised vulnerability outlined in CVE-2023-31047. If anyone is able to point me towards any simple examples of multiple file upload app