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 serving 10k+ users daily, that application has
> everything to be on the top of performance metrics but still some API's
> have high latencies, application serves lots of pages with nice css and
> various images, on most the pages they are being served by s3 while on some
> it's via django static files. We have implemented caching on akamai for
> every static file that application serves, whenever that cache disappears
> latency of each and every API spikes exponentially, at that time even
> loading metrics becomes a pain, server does not pick those requests. Can
> anyone suggest what's going on here.
>
> --
> 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 to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%40googlegroups.com
> 
> .
>

-- 
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 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAHAc2je1B-m24UtOCjfK_VwQj1TYrdQH8czBS-bLotPsx1hGyw%40mail.gmail.com.


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 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 opportunity As well as a better
>> salary. If any one has any job available please let me know. I have
>> attached my Cv for reference.
>>
>> Preferred location :- Mumbai, Navi Mumbai, Thane,
>> Pune.(Remote,On-Site,Hybrid).
>>
>>
>>
>> --
>> 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 to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAAAecFt_9yW%3DXask64JaAjqrEF5hLc%2BdqrigSi0XOQnP%2B71mLg%40mail.gmail.com
>> 
>> .
>>
> --
> 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 to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CA%2B4Bgo7eFJ8OLWTFr1i8fbQ3E6ZGu%3DV9nPDMzhQrHDX13T%2BFaQ%40mail.gmail.com
> 
> .
>

-- 
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 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAP2gm%2Bzk-zCDj63ROFqFSfGFdof0hvfvvC-3WsVKAycv-EuK%3DA%40mail.gmail.com.


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 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
>> or CSV? Notice that some translations include context (for example male or
>> female), and the context itself should be used too. I think it's better to
>> send them the Hebrew .po files which contain English and Hebrew, and then
>> they will translate it to French. So is it possible to convert it into CSV
>> format?
>>
>> Thanks,
>> Uri Rodberg, Speedy Net.
>> אורי
>> u...@speedy.net
>>
>> --
>> 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 to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CABD5YeE06_ZTLvJPZU-Y4RqoF3jpKBQN4cWad8tybZwEUsk_zA%40mail.gmail.com
>> 
>> .
>>
> --
> 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 to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAEeceH7bbaTR%3D6WW8Y_3008Wq5RVB4Q-pXSYQ%2BNAyeBGpmNtoA%40mail.gmail.com
> 
> .
>

-- 
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 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAFr0fwi-oPXrQTA2T5Y4-EnEtNiu71CnAKafXHmBZ9PN7BLK8A%40mail.gmail.com.


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 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 read various docs on performance optimization, but still not
> getting what's taking to render templates and what's the bottleneck when
> cache get cleared, I takes around 12 hours for application to run smoothly
> after that event.
>
> On Monday, June 12, 2023 at 10:53:06 AM UTC+5:30 Kunal Mittal wrote:
>
>> Hi, we are using Django 1.8.5
>> Architecture is like -  Nginx side car -> wsgi server (gunicorn) ->
>> application
>> On Monday, June 12, 2023 at 1:06:18 AM UTC+5:30 Mz Gz wrote:
>>
>>> What server do you use ?
>>>
>>> On Sun, 11 Jun 2023, 10:00 pm Kunal Mittal, 
>>> wrote:
>>>
 I've a django application serving 10k+ users daily, that
 application has everything to be on the top of performance metrics but
 still some API's have high latencies, application serves lots of pages 
 with
 nice css and various images, on most the pages they are being served 
 by s3
 while on some it's via django static files. We have implemented 
 caching on
 akamai for every static file that application serves, whenever that 
 cache
 disappears latency of each and every API spikes exponentially, at that 
 time
 even loading metrics becomes a pain, server does not pick those 
 requests.
 Can anyone suggest what's going on here.

 --
 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 to django-users...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/django-users/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%40googlegroups.com
 
 .

>>> --
> 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 to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/e07d773a-db82-4a09-b73c-f36ac90322b1n%40googlegroups.com
> 
> .
>
 --
>>> 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 to django-users+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/CACaE8x4G%3D14_4fw8LELef_FYzRnASFiSdHqqZm47_1k6CuBxgg%40mail.gmail.com
>>> 
>>> .
>>>
>> --
>> 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 to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CANXPAinVh-P_3sPOzNu5rXbEtQS_EfbvOActjrgjw0%3DybMhYYQ%40mail.gmail.com
>> 
>> .
>>
>

-- 
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 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CACaE8x7gmY47Q2aG_%3DSZJ-yW8Vu%2Bx6dAbfzXce%2BYT%3DVvKTuxsw%40mail.gmail.com.


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, 
>> wrote:
>>
>>> Lmao
>>>
>>> On Mon, 12 Jun, 2023, 10:54 Kunal Mittal, 
>>> wrote:
>>>
 I have read various docs on performance optimization, but still not
 getting what's taking to render templates and what's the bottleneck when
 cache get cleared, I takes around 12 hours for application to run smoothly
 after that event.

 On Monday, June 12, 2023 at 10:53:06 AM UTC+5:30 Kunal Mittal wrote:

> Hi, we are using Django 1.8.5
> Architecture is like -  Nginx side car -> wsgi server (gunicorn) ->
> application
> On Monday, June 12, 2023 at 1:06:18 AM UTC+5:30 Mz Gz wrote:
>
>> What server do you use ?
>>
>> On Sun, 11 Jun 2023, 10:00 pm Kunal Mittal, 
>> wrote:
>>
>>> I've a django application serving 10k+ users daily, that application
>>> has everything to be on the top of performance metrics but still some 
>>> API's
>>> have high latencies, application serves lots of pages with nice css and
>>> various images, on most the pages they are being served by s3 while on 
>>> some
>>> it's via django static files. We have implemented caching on akamai for
>>> every static file that application serves, whenever that cache 
>>> disappears
>>> latency of each and every API spikes exponentially, at that time even
>>> loading metrics becomes a pain, server does not pick those requests. Can
>>> anyone suggest what's going on here.
>>>
>>> --
>>> 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 to django-users...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%40googlegroups.com
>>> 
>>> .
>>>
>> --
 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 to django-users+unsubscr...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/django-users/e07d773a-db82-4a09-b73c-f36ac90322b1n%40googlegroups.com
 
 .

>>> --
>> 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 to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CACaE8x4G%3D14_4fw8LELef_FYzRnASFiSdHqqZm47_1k6CuBxgg%40mail.gmail.com
>> 
>> .
>>
> --
> 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 to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CANXPAinVh-P_3sPOzNu5rXbEtQS_EfbvOActjrgjw0%3DybMhYYQ%40mail.gmail.com
> 
> .
>

-- 
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 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CACaE8x77J-YC47zf%2BJTW-L6f2y2uKZFm9wGoMn-HpMu3T5ALmg%40mail.gmail.com.


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 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 13, 2023 at 1:29 PM ‫אורי‬‎  wrote:‬
>>
>>> 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 with Stack Overflow -  an advantage
>>> - BSc or BA in computers or science (math, physics) -  an advantage
>>> - Knowledge of HTML, CSS, and JavaScript - an advantage
>>> - Can issue receipts
>>>
>>> I need about 5 hours per month on average. Some months I might need up
>>> to 15 hours per month. Some months I might not need anything. The work is
>>> remote. My project is open source. I can give you a free license to
>>> PyCharm. My website is at https://en.speedy.net/ and
>>> https://github.com/speedy-net/speedy-net
>>>
>>> To apply please send one email to jobs+jango-freelan...@speedy.net,
>>> with your name, your email address, where you live, your experience, how
>>> many commits you committed to Django, how many commits you committed to
>>> other open source projects, a link to your profile on LinkedIn, a link to
>>> your profile on GitHub, a link to your profile on Stack Overflow, your
>>> diploma if you have any, how much you charge per hour and in which currency
>>> (I prefer USD or Euro), and if you can issue receipts. If you don't have a
>>> profile on one of the above websites please mention this too.
>>>
>>> Thanks,
>>> Uri Rodberg, Speedy Net.
>>> אורי
>>> u...@speedy.net
>>>
>> --
>> 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 to django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CABD5YeFyKeqkJfmc8PAi9X-qyL9-H_PWaCr7w6Qi0Ax3u9E7XA%40mail.gmail.com
>> 
>> .
>>
> --
> 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 to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAJ0m4xg0PnDJvGiTqgZxGudY1LaWrM7pJsAVvtoxFtYEiuW%2BNQ%40mail.gmail.com
> 
> .
>

-- 
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 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAPF5zCXdMQ4icmZN0uwU8GLATMphK4JSbLGgmudcJxS74Ocsbg%40mail.gmail.com.


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 to other open-source projects in Python - an advantage
> - Experience with Stack Overflow -  an advantage
> - BSc or BA in computers or science (math, physics) -  an advantage
> - Knowledge of HTML, CSS, and JavaScript - an advantage
> - Can issue receipts
>
> I need about 5 hours per month on average. Some months I might need up to
> 15 hours per month. Some months I might not need anything. The work is
> remote. My project is open source. I can give you a free license to
> PyCharm. My website is at https://en.speedy.net/ and
> https://github.com/speedy-net/speedy-net
>
> To apply please send one email to jobs+jango-freelan...@speedy.net, with
> your name, your email address, where you live, your experience, how many
> commits you committed to Django, how many commits you committed to other
> open source projects, a link to your profile on LinkedIn, a link to your
> profile on GitHub, a link to your profile on Stack Overflow, your diploma
> if you have any, how much you charge per hour and in which currency (I
> prefer USD or Euro), and if you can issue receipts. If you don't have a
> profile on one of the above websites please mention this too.
>
> Thanks,
> Uri Rodberg, Speedy Net.
> אורי
> u...@speedy.net
>
> --
> 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 to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CABD5YeHjQyFa75Mgq7nzcJ6AoX-WDeu75OOPfa2OngG2VTMaDQ%40mail.gmail.com
> 
> .
>

-- 
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 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAN3oF0cC7__cmjCxR9%3D1ezSQbtuf69vPBV3pj671KYqbHhDiTA%40mail.gmail.com.


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 read various docs on performance optimization, but still not
>>> getting what's taking to render templates and what's the bottleneck when
>>> cache get cleared, I takes around 12 hours for application to run smoothly
>>> after that event.
>>>
>>> On Monday, June 12, 2023 at 10:53:06 AM UTC+5:30 Kunal Mittal wrote:
>>>
 Hi, we are using Django 1.8.5
 Architecture is like -  Nginx side car -> wsgi server (gunicorn) ->
 application
 On Monday, June 12, 2023 at 1:06:18 AM UTC+5:30 Mz Gz wrote:

> What server do you use ?
>
> On Sun, 11 Jun 2023, 10:00 pm Kunal Mittal, 
> wrote:
>
>> I've a django application serving 10k+ users daily, that application
>> has everything to be on the top of performance metrics but still some 
>> API's
>> have high latencies, application serves lots of pages with nice css and
>> various images, on most the pages they are being served by s3 while on 
>> some
>> it's via django static files. We have implemented caching on akamai for
>> every static file that application serves, whenever that cache disappears
>> latency of each and every API spikes exponentially, at that time even
>> loading metrics becomes a pain, server does not pick those requests. Can
>> anyone suggest what's going on here.
>>
>> --
>> 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 to django-users...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/d32868ba-a2df-41e3-8f41-3ecc3c1b3471n%40googlegroups.com
>> 
>> .
>>
> --
>>> 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 to django-users+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/e07d773a-db82-4a09-b73c-f36ac90322b1n%40googlegroups.com
>>> 
>>> .
>>>
>> --
> 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 to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CACaE8x4G%3D14_4fw8LELef_FYzRnASFiSdHqqZm47_1k6CuBxgg%40mail.gmail.com
> 
> .
>

-- 
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 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CANXPAinVh-P_3sPOzNu5rXbEtQS_EfbvOActjrgjw0%3DybMhYYQ%40mail.gmail.com.


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 again.
>
> Thanks,
> Uri Rodberg, Speedy Net.
> אורי
> u...@speedy.net
>
>
> ‪On Tue, Jun 13, 2023 at 1:29 PM ‫אורי‬‎  wrote:‬
>
>> 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 with Stack Overflow -  an advantage
>> - BSc or BA in computers or science (math, physics) -  an advantage
>> - Knowledge of HTML, CSS, and JavaScript - an advantage
>> - Can issue receipts
>>
>> I need about 5 hours per month on average. Some months I might need up to
>> 15 hours per month. Some months I might not need anything. The work is
>> remote. My project is open source. I can give you a free license to
>> PyCharm. My website is at https://en.speedy.net/ and
>> https://github.com/speedy-net/speedy-net
>>
>> To apply please send one email to jobs+jango-freelan...@speedy.net, with
>> your name, your email address, where you live, your experience, how many
>> commits you committed to Django, how many commits you committed to other
>> open source projects, a link to your profile on LinkedIn, a link to your
>> profile on GitHub, a link to your profile on Stack Overflow, your diploma
>> if you have any, how much you charge per hour and in which currency (I
>> prefer USD or Euro), and if you can issue receipts. If you don't have a
>> profile on one of the above websites please mention this too.
>>
>> Thanks,
>> Uri Rodberg, Speedy Net.
>> אורי
>> u...@speedy.net
>>
> --
> 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 to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CABD5YeFyKeqkJfmc8PAi9X-qyL9-H_PWaCr7w6Qi0Ax3u9E7XA%40mail.gmail.com
> 
> .
>

-- 
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 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAJ0m4xg0PnDJvGiTqgZxGudY1LaWrM7pJsAVvtoxFtYEiuW%2BNQ%40mail.gmail.com.


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 13, 2023 at 1:29 PM ‫אורי‬‎  wrote:‬

> 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 with Stack Overflow -  an advantage
> - BSc or BA in computers or science (math, physics) -  an advantage
> - Knowledge of HTML, CSS, and JavaScript - an advantage
> - Can issue receipts
>
> I need about 5 hours per month on average. Some months I might need up to
> 15 hours per month. Some months I might not need anything. The work is
> remote. My project is open source. I can give you a free license to
> PyCharm. My website is at https://en.speedy.net/ and
> https://github.com/speedy-net/speedy-net
>
> To apply please send one email to jobs+jango-freelan...@speedy.net, with
> your name, your email address, where you live, your experience, how many
> commits you committed to Django, how many commits you committed to other
> open source projects, a link to your profile on LinkedIn, a link to your
> profile on GitHub, a link to your profile on Stack Overflow, your diploma
> if you have any, how much you charge per hour and in which currency (I
> prefer USD or Euro), and if you can issue receipts. If you don't have a
> profile on one of the above websites please mention this too.
>
> Thanks,
> Uri Rodberg, Speedy Net.
> אורי
> u...@speedy.net
>

-- 
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 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CABD5YeFyKeqkJfmc8PAi9X-qyL9-H_PWaCr7w6Qi0Ax3u9E7XA%40mail.gmail.com.


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 with Stack Overflow -  an advantage
- BSc or BA in computers or science (math, physics) -  an advantage
- Knowledge of HTML, CSS, and JavaScript - an advantage
- Can issue receipts

I need about 5 hours per month on average. Some months I might need up to
15 hours per month. Some months I might not need anything. The work is
remote. My project is open source. I can give you a free license to
PyCharm. My website is at https://en.speedy.net/ and
https://github.com/speedy-net/speedy-net

To apply please send one email to jobs+jango-freelan...@speedy.net, with
your name, your email address, where you live, your experience, how many
commits you committed to Django, how many commits you committed to other
open source projects, a link to your profile on LinkedIn, a link to your
profile on GitHub, a link to your profile on Stack Overflow, your diploma
if you have any, how much you charge per hour and in which currency (I
prefer USD or Euro), and if you can issue receipts. If you don't have a
profile on one of the above websites please mention this too.

Thanks,
Uri Rodberg, Speedy Net.
אורי
u...@speedy.net

-- 
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 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CABD5YeHjQyFa75Mgq7nzcJ6AoX-WDeu75OOPfa2OngG2VTMaDQ%40mail.gmail.com.


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)
file_instance.save()
return super().form_valid()


Am I right in thinking that this is my issue? I have basically allowed all 
files to be placed into Model instances once the form has been validated 
and not the images themselves?

Thanks
On Tuesday, 13 June 2023 at 00:10:58 UTC+1 Lucifer Black wrote:

> 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 loop 
> over and over again because you're just telling it to go nowhere I'll fix 
> for you in just a second
>
> Get Outlook for Android  
>
> --
> *From:* django...@googlegroups.com  on behalf 
> of optimusprime fig 
> *Sent:* Monday, June 12, 2023 4:15:33 PM
> *To:* django...@googlegroups.com 
> *Subject:* Re: Demonstration of patching against CVE-2023-31047
>
> 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 even without one file of the required file type as per the app 
> pre-patch. I.e. pre-patch, the form, if submitted with at least one file of 
> the required types, e.g. a JPG, would pass validation and allow potentially 
> harmful file types up onto the server alongside it. Now I can upload all 
> file types regardless. 
>
> Is it best to scrap all multiple file upload implementations that are set 
> to True for multiple once a patch such as this has been released?And 
> bascially start from scratch, adding in approriate validation for each 
> file, say as part of a loop?
>
> Thanks!
>
> On Mon, 12 Jun 2023 at 20:47, Sebastian Jung  wrote:
>
>> 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 
>>> recognised vulnerability outlined in CVE-2023-31047. 
>>>
>>> If anyone is able to point me towards any simple examples of multiple 
>>> file upload app tutorials or github repositories that would have worked 
>>> pre-patch, and how they might be updated to allow for multiple file uploads 
>>> whereby all files are validated safely post-patch, that would be greatly 
>>> appreciated!
>>>
>>> Thanks in advance :) 
>>>
>>> -- 
>>> 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 to django-users...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/django-users/2b457b78-8ed0-4ff7-a7e3-ac7f620583f3n%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>> -- 
>> 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 to django-users...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/django-users/CAKGT9mzxPLO6pTWT%2BVraKfF2EqD_HcBxtXtqNtaAu272ZwNNJA%40mail.gmail.com
>>  
>> 
>> .
>>
> -- 
> 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 to django-users...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/CAPBNwvKrRgO4KBCvPa51FMe5xubrNk3zX%2BNEGjfpzD7ke%2BYfOQ%40mail.gmail.com
>  
> 
> .
>
>

-- 
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 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 

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 *2 Years* as a Python Developer and I have 1 Year experience as
> a Django Developer also.
> Currently I am looking for a better opportunity As well as a better
> salary. If any one has any job available please let me know. I have
> attached my Cv for reference.
>
> Preferred location :- Mumbai, Navi Mumbai, Thane,
> Pune.(Remote,On-Site,Hybrid).
>
>
>
> --
> 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 to django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAAAecFt_9yW%3DXask64JaAjqrEF5hLc%2BdqrigSi0XOQnP%2B71mLg%40mail.gmail.com
> 
> .
>

-- 
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 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2B4Bgo7eFJ8OLWTFr1i8fbQ3E6ZGu%3DV9nPDMzhQrHDX13T%2BFaQ%40mail.gmail.com.