Re: Demonstration of patching against CVE-2023-31047

2023-06-13 Thread 5t00
Thanks, Lucifer. The files, including JPGs are being placed on the server and I have implemented this code in Views.py def form_valid(self, form): files = form.cleaned_data["file_field"] for f in files: file_instance = UploadImage(image=f)

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

2023-06-13 Thread talk fun
You have nice cv And I am also job searching.. Iappreciate your skills On Tue, 13 Jun, 2023, 11:15 am Aniket Gadge, wrote: > 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

Freelance Django and Python work

2023-06-13 Thread אורי
Hi, I'm looking for a programmer to hire as a freelancer for Django and Python work. - Experience with Python and Django - Experience with open source - Committed to the Django repository on GitHub - an advantage - Committed to other open-source projects in Python - an advantage - Experience

Re: Freelance Django and Python work

2023-06-13 Thread Desh Deepak
Yes, i am interested On Tue, Jun 13, 2023, 6:40 PM אורי wrote: > Hi, > > There was a small typo, you can send your email to > jobs+django-freelan...@speedy.net and not jobs+jango-freelan...@speedy.net. > If you already sent it to jobs+jango-freelan...@speedy.net I received it, > don't send it

Re: Freelance Django and Python work

2023-06-13 Thread אורי
Hi, There was a small typo, you can send your email to jobs+django-freelan...@speedy.net and not jobs+jango-freelan...@speedy.net. If you already sent it to jobs+jango-freelan...@speedy.net I received it, don't send it again. Thanks, Uri Rodberg, Speedy Net. אורי u...@speedy.net ‪On Tue, Jun

Re: Translating a Django website

2023-06-13 Thread MominTechPro
hi sorry i am busy so i dont see your email may i help you On Mon, Jun 12, 2023 at 6:10 PM Комил Туев wrote: > 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

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

2023-06-13 Thread I think First. somi
Good On Tue, 13 Jun 2023, 11:49 talk fun, wrote: > You have nice cv > And I am also job searching.. Iappreciate your skills > > On Tue, 13 Jun, 2023, 11:15 am Aniket Gadge, > wrote: > >> Hello everyone, >> My Name is Aniket Gadge, I have completed my Master of Computer >> Application with

Re: Slow Performance of Django Web App

2023-06-13 Thread Vishesh Mangla
https://medium.com/kami-people/profiling-in-django-9f4d403a394f On Tue, Jun 13, 2023 at 11:44 PM Vishesh Mangla wrote: > Try profiling your django code > > On Tue, 13 Jun, 2023, 23:19 Nisha Jose, wrote: > >> Try to check any N+1 issue available in the code. >> >> >> On Mon, Jun 12, 2023 at

Re: Slow Performance of Django Web App

2023-06-13 Thread Vishesh Mangla
Try profiling your django code On Tue, 13 Jun, 2023, 23:19 Nisha Jose, wrote: > Try to check any N+1 issue available in the code. > > > On Mon, Jun 12, 2023 at 9:46 AM Vishesh Mangla > wrote: > >> Try cdn, and use Statics based on screen size >> >> On Mon, 12 Jun, 2023, 11:14 Vishesh Mangla,

Re: Freelance Django and Python work

2023-06-13 Thread Ramzan Holmuminov
Yes, i am interested Sesh, 13-iyn, 2023, 16:30 אורי : > Hi, > > I'm looking for a programmer to hire as a freelancer for Django and Python > work. > > - Experience with Python and Django > - Experience with open source > - Committed to the Django repository on GitHub - an advantage > - Committed

Re: Freelance Django and Python work

2023-06-13 Thread PEMPEME PEMPEME
Oui je suis intéressé Le mar. 13 juin 2023 à 14:28, Desh Deepak a écrit : > Yes, i am interested > > On Tue, Jun 13, 2023, 6:40 PM אורי wrote: > >> Hi, >> >> There was a small typo, you can send your email to >> jobs+django-freelan...@speedy.net and not >> jobs+jango-freelan...@speedy.net. If

Re: Slow Performance of Django Web App

2023-06-13 Thread Nisha Jose
Try to check any N+1 issue available in the code. On Mon, Jun 12, 2023 at 9:46 AM Vishesh Mangla wrote: > Try cdn, and use Statics based on screen size > > On Mon, 12 Jun, 2023, 11:14 Vishesh Mangla, > wrote: > >> Lmao >> >> On Mon, 12 Jun, 2023, 10:54 Kunal Mittal, >> wrote: >> >>> I have

Re: Slow Performance of Django Web App

2023-06-13 Thread Shaheed Haque
Have you tried using https://django-debug-toolbar.readthedocs.io/en/latest/? It can be a little fiddling about with, but it's time based profiling support has been invaluable in tracking down a few critical queries. On Sun, 11 Jun 2023, 20:00 Kunal Mittal, wrote: > I've a django application