Thursday, September 19, 2024

Re: Django server msg Error

Hi Anudeep,


I am glad you are taking the time to learn Django.
I believe the message has been displayed. Can I ask what changes were made?

On Thursday 19 September 2024 at 15:01:38 UTC Anudeep Gudimalla wrote:
Hi all

Firstly, im learning Django by book "Django for beginners - WSVincent 5th edition" in chapter-2 i'm trying to up the server to display msg "Hello World!". The development server was up but it does not shows the msg. can anybody help me to  do it. Please find the screenshot  in attachment. 

Thank you.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/4b9b4ff2-b131-4025-94ce-35034a604be9n%40googlegroups.com.

Re: Django server msg Error

The problème IS simple juste going to registre your app in project on setting.py file


Le jeu. 19 sept. 2024, 16:30, Gulshan Yadav <gulshanyadav6525@gmail.com> a écrit :

Please send me project name


On Thu, Sep 19, 2024, 9:43 PM Gulshan Yadav <gulshanyadav6525@gmail.com> wrote:

Which one are you clone bro?


On Thu, Sep 19, 2024, 9:18 PM RANGA BHARATH JINKA <bharathjinka09@gmail.com> wrote:
Hi,

What's your project folder? Did you create a new app inside the project? You have registered your pages app URLs in the project. But you have to create a new urls.py file inside the app and import view 

On Thu, Sep 19, 2024 at 9:00 PM Anudeep Gudimalla <agudimalla99@gmail.com> wrote:
Hi Bharath, 

Thanks for reaching out.

I have created the urls.py and views.py under pages folder and navigated as book says.

please find the attachments.

On Thu, Sep 19, 2024 at 11:08 AM RANGA BHARATH JINKA <bharathjinka09@gmail.com> wrote:
Hi,

Did you create a view and link it to a URL like /home? Then, you have to go to that URL to see the message.

Thanks,
Bharath

On Thu, Sep 19, 2024 at 8:31 PM Anudeep Gudimalla <agudimalla99@gmail.com> wrote:
Hi all

Firstly, im learning Django by book "Django for beginners - WSVincent 5th edition" in chapter-2 i'm trying to up the server to display msg "Hello World!". The development server was up but it does not shows the msg. can anybody help me to  do it. Please find the screenshot  in attachment. 

Thank you.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a6d5026c-d037-4b03-9116-977736d050cfn%40googlegroups.com.


--
Thanks and Regards

J. Ranga Bharath
cell: 9110334114

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAK5m315nCDeMXByg0QHOb%2B2R7_Y0Sqoin9R%2BH1Mk0XSMOMqOig%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CADL3HBaww0uaAddRf4VymV1csp8fEVipHs%3D97_s3S6bYi-QgkQ%40mail.gmail.com.


--
Thanks and Regards

J. Ranga Bharath
cell: 9110334114

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAK5m316HNP5pkSdfiow7-Xkp54Ju14Pk9SRhc6FcPLAhVypKow%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFqcJsmmVYzGFzCgxc9E7xgfdSU5XSgySmDBFYvHpzGhMeNKVQ%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAB%2BG4bSy6XedwV2xtm_qWXpi6nt1bJDmtQEWON8npwYhvheQng%40mail.gmail.com.

Re: Django server msg Error

Please send me project name


On Thu, Sep 19, 2024, 9:43 PM Gulshan Yadav <gulshanyadav6525@gmail.com> wrote:

Which one are you clone bro?


On Thu, Sep 19, 2024, 9:18 PM RANGA BHARATH JINKA <bharathjinka09@gmail.com> wrote:
Hi,

What's your project folder? Did you create a new app inside the project? You have registered your pages app URLs in the project. But you have to create a new urls.py file inside the app and import view 

On Thu, Sep 19, 2024 at 9:00 PM Anudeep Gudimalla <agudimalla99@gmail.com> wrote:
Hi Bharath, 

Thanks for reaching out.

I have created the urls.py and views.py under pages folder and navigated as book says.

please find the attachments.

On Thu, Sep 19, 2024 at 11:08 AM RANGA BHARATH JINKA <bharathjinka09@gmail.com> wrote:
Hi,

Did you create a view and link it to a URL like /home? Then, you have to go to that URL to see the message.

Thanks,
Bharath

On Thu, Sep 19, 2024 at 8:31 PM Anudeep Gudimalla <agudimalla99@gmail.com> wrote:
Hi all

Firstly, im learning Django by book "Django for beginners - WSVincent 5th edition" in chapter-2 i'm trying to up the server to display msg "Hello World!". The development server was up but it does not shows the msg. can anybody help me to  do it. Please find the screenshot  in attachment. 

Thank you.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a6d5026c-d037-4b03-9116-977736d050cfn%40googlegroups.com.


--
Thanks and Regards

J. Ranga Bharath
cell: 9110334114

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAK5m315nCDeMXByg0QHOb%2B2R7_Y0Sqoin9R%2BH1Mk0XSMOMqOig%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CADL3HBaww0uaAddRf4VymV1csp8fEVipHs%3D97_s3S6bYi-QgkQ%40mail.gmail.com.


--
Thanks and Regards

J. Ranga Bharath
cell: 9110334114

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

Re: Django server msg Error

Which one are you clone bro?


On Thu, Sep 19, 2024, 9:18 PM RANGA BHARATH JINKA <bharathjinka09@gmail.com> wrote:
Hi,

What's your project folder? Did you create a new app inside the project? You have registered your pages app URLs in the project. But you have to create a new urls.py file inside the app and import view 

On Thu, Sep 19, 2024 at 9:00 PM Anudeep Gudimalla <agudimalla99@gmail.com> wrote:
Hi Bharath, 

Thanks for reaching out.

I have created the urls.py and views.py under pages folder and navigated as book says.

please find the attachments.

On Thu, Sep 19, 2024 at 11:08 AM RANGA BHARATH JINKA <bharathjinka09@gmail.com> wrote:
Hi,

Did you create a view and link it to a URL like /home? Then, you have to go to that URL to see the message.

Thanks,
Bharath

On Thu, Sep 19, 2024 at 8:31 PM Anudeep Gudimalla <agudimalla99@gmail.com> wrote:
Hi all

Firstly, im learning Django by book "Django for beginners - WSVincent 5th edition" in chapter-2 i'm trying to up the server to display msg "Hello World!". The development server was up but it does not shows the msg. can anybody help me to  do it. Please find the screenshot  in attachment. 

Thank you.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a6d5026c-d037-4b03-9116-977736d050cfn%40googlegroups.com.


--
Thanks and Regards

J. Ranga Bharath
cell: 9110334114

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAK5m315nCDeMXByg0QHOb%2B2R7_Y0Sqoin9R%2BH1Mk0XSMOMqOig%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CADL3HBaww0uaAddRf4VymV1csp8fEVipHs%3D97_s3S6bYi-QgkQ%40mail.gmail.com.


--
Thanks and Regards

J. Ranga Bharath
cell: 9110334114

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAK5m316HNP5pkSdfiow7-Xkp54Ju14Pk9SRhc6FcPLAhVypKow%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFqcJs%3D1y7fTU2gXDCYyYTCWWjnqvBAOCSBvBBw0yowCTOE%2BOw%40mail.gmail.com.

Re: Django server msg Error

Hi,

What's your project folder? Did you create a new app inside the project? You have registered your pages app URLs in the project. But you have to create a new urls.py file inside the app and import view 

On Thu, Sep 19, 2024 at 9:00 PM Anudeep Gudimalla <agudimalla99@gmail.com> wrote:
Hi Bharath, 

Thanks for reaching out.

I have created the urls.py and views.py under pages folder and navigated as book says.

please find the attachments.

On Thu, Sep 19, 2024 at 11:08 AM RANGA BHARATH JINKA <bharathjinka09@gmail.com> wrote:
Hi,

Did you create a view and link it to a URL like /home? Then, you have to go to that URL to see the message.

Thanks,
Bharath

On Thu, Sep 19, 2024 at 8:31 PM Anudeep Gudimalla <agudimalla99@gmail.com> wrote:
Hi all

Firstly, im learning Django by book "Django for beginners - WSVincent 5th edition" in chapter-2 i'm trying to up the server to display msg "Hello World!". The development server was up but it does not shows the msg. can anybody help me to  do it. Please find the screenshot  in attachment. 

Thank you.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a6d5026c-d037-4b03-9116-977736d050cfn%40googlegroups.com.


--
Thanks and Regards

J. Ranga Bharath
cell: 9110334114

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAK5m315nCDeMXByg0QHOb%2B2R7_Y0Sqoin9R%2BH1Mk0XSMOMqOig%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CADL3HBaww0uaAddRf4VymV1csp8fEVipHs%3D97_s3S6bYi-QgkQ%40mail.gmail.com.


--
Thanks and Regards

J. Ranga Bharath
cell: 9110334114

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

Re: Django server msg Error

Hi Bharath, 

Thanks for reaching out.

I have created the urls.py and views.py under pages folder and navigated as book says.

please find the attachments.

On Thu, Sep 19, 2024 at 11:08 AM RANGA BHARATH JINKA <bharathjinka09@gmail.com> wrote:
Hi,

Did you create a view and link it to a URL like /home? Then, you have to go to that URL to see the message.

Thanks,
Bharath

On Thu, Sep 19, 2024 at 8:31 PM Anudeep Gudimalla <agudimalla99@gmail.com> wrote:
Hi all

Firstly, im learning Django by book "Django for beginners - WSVincent 5th edition" in chapter-2 i'm trying to up the server to display msg "Hello World!". The development server was up but it does not shows the msg. can anybody help me to  do it. Please find the screenshot  in attachment. 

Thank you.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a6d5026c-d037-4b03-9116-977736d050cfn%40googlegroups.com.


--
Thanks and Regards

J. Ranga Bharath
cell: 9110334114

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAK5m315nCDeMXByg0QHOb%2B2R7_Y0Sqoin9R%2BH1Mk0XSMOMqOig%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CADL3HBaww0uaAddRf4VymV1csp8fEVipHs%3D97_s3S6bYi-QgkQ%40mail.gmail.com.

Re: Django server msg Error

Hi,

Did you create a view and link it to a URL like /home? Then, you have to go to that URL to see the message.

Thanks,
Bharath

On Thu, Sep 19, 2024 at 8:31 PM Anudeep Gudimalla <agudimalla99@gmail.com> wrote:
Hi all

Firstly, im learning Django by book "Django for beginners - WSVincent 5th edition" in chapter-2 i'm trying to up the server to display msg "Hello World!". The development server was up but it does not shows the msg. can anybody help me to  do it. Please find the screenshot  in attachment. 

Thank you.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a6d5026c-d037-4b03-9116-977736d050cfn%40googlegroups.com.


--
Thanks and Regards

J. Ranga Bharath
cell: 9110334114

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

Django server msg Error

Hi all

Firstly, im learning Django by book "Django for beginners - WSVincent 5th edition" in chapter-2 i'm trying to up the server to display msg "Hello World!". The development server was up but it does not shows the msg. can anybody help me to  do it. Please find the screenshot  in attachment. 

Thank you.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a6d5026c-d037-4b03-9116-977736d050cfn%40googlegroups.com.

Re: Seeking Internship or Entry-Level Opportunity as a Django Developer

Hello are you interested in hackathons? 

On Wed, Sep 18, 2024, 7:20 PM Sina Akhavi <sinaakhavispecial1984@gmail.com> wrote:

Hi,
How can we work together?


On Tue, Sep 17, 2024, 20:34 Kabaki Antony <kabaki.antony@gmail.com> wrote:

Hello,

I hope this message finds you well. My name is Kabaki Antony, and I am a passionate web developer with hands-on experience in Django. I'm reaching out to express my interest in any available internship or entry-level positions within the community, where I can contribute my skills while further developing as a Django developer.

I have built several projects using Django, including a personal blog, an eCommerce platform, and a point of sale system. These experiences have helped me gain strong foundations in building robust web applications, implementing custom authentication solutions, managing databases, and optimizing performance.

I would love the opportunity to apply my skills in a real-world setting, and I am eager to contribute to exciting projects while learning from experienced developers. I am happy to share my CV for your perusal and would appreciate any leads or recommendations.

Thank you for considering my request. I look forward to hearing from anyone who might have an opportunity that aligns with my skills and goals.

Best regards,
Kabaki Antony

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/858ec729-c63f-4a8b-844c-196d774f7122n%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAL%3DxH4w-C6PbxB2d%2BMC1%2B2YRz_EtGDk4%3DXZLsi-zNxxsjfd%3Dfw%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFX7pJ2ncDrzSedDXEm6ZRKdUqRzFqGHdk1oAp2Gh5ohVXKeMw%40mail.gmail.com.

Feedback Request on Connection Pooling Feature for Django Oracle Backend

Hi All

I hope you're all doing well! I've recently implemented a connection pooling functionality for the Oracle backend, which will be available with the upcoming Django 5.2 release. I'd love your input before we merge it.

If you have a Django project using the Oracle backend, it would be great if you could test this feature and share your thoughts. I'm also eager to hear feedback from other contributors to ensure we've covered all bases.

With the feature freeze approaching on January 15th, we have some time to make any necessary adjustments.

Link to pull request - https://github.com/django/django/pull/18568

Thanks
Suraj

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

Re: Seeking Internship or Entry-Level Opportunity as a Django Developer

Jambotena kwanini sasa kupoteya?.

Le jeu. 19 sept. 2024 à 1:33 AM, Riziki Sarah <rizikisarah693@gmail.com> a écrit :
contact me on whatsapp number+256789456414 

Le jeu. 19 sept. 2024 à 1:21 AM, Cheche Omenife <checheomenife@gmail.com> a écrit :

Sure, how can I contact you?


On Wed, 18 Sep 2024, 8:52 pm Russell Law, <cooldeelancer@gmail.com> wrote:
Hi, Sina Akhavi
Hope you are doing well.
Please contact me on telegram.

Regards.


On Thu, Sep 19, 2024 at 2:20 AM Sina Akhavi <sinaakhavispecial1984@gmail.com> wrote:

Hi,
How can we work together?


On Tue, Sep 17, 2024, 20:34 Kabaki Antony <kabaki.antony@gmail.com> wrote:

Hello,

I hope this message finds you well. My name is Kabaki Antony, and I am a passionate web developer with hands-on experience in Django. I'm reaching out to express my interest in any available internship or entry-level positions within the community, where I can contribute my skills while further developing as a Django developer.

I have built several projects using Django, including a personal blog, an eCommerce platform, and a point of sale system. These experiences have helped me gain strong foundations in building robust web applications, implementing custom authentication solutions, managing databases, and optimizing performance.

I would love the opportunity to apply my skills in a real-world setting, and I am eager to contribute to exciting projects while learning from experienced developers. I am happy to share my CV for your perusal and would appreciate any leads or recommendations.

Thank you for considering my request. I look forward to hearing from anyone who might have an opportunity that aligns with my skills and goals.

Best regards,
Kabaki Antony

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/858ec729-c63f-4a8b-844c-196d774f7122n%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAL%3DxH4w-C6PbxB2d%2BMC1%2B2YRz_EtGDk4%3DXZLsi-zNxxsjfd%3Dfw%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAOBE7rj-ucnx3dS5r4eX8FxkiRxAost7V%3D%3DfuQn3JNC928PcUw%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAP1kG0RzGzvpPYkqvD94nTSjmcBAWyPy0y%3D%3DH4LD3SWRLOOWYA%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAO%2BJi3gKbMoKeK6vDb%2BR4_3g%2B%3Drqyg0SBi4vGhgpDYXQFyFG8w%40mail.gmail.com.

Wednesday, September 18, 2024

Re: Seeking Internship or Entry-Level Opportunity as a Django Developer

contact me on whatsapp number+256789456414 

Le jeu. 19 sept. 2024 à 1:21 AM, Cheche Omenife <checheomenife@gmail.com> a écrit :

Sure, how can I contact you?


On Wed, 18 Sep 2024, 8:52 pm Russell Law, <cooldeelancer@gmail.com> wrote:
Hi, Sina Akhavi
Hope you are doing well.
Please contact me on telegram.

Regards.


On Thu, Sep 19, 2024 at 2:20 AM Sina Akhavi <sinaakhavispecial1984@gmail.com> wrote:

Hi,
How can we work together?


On Tue, Sep 17, 2024, 20:34 Kabaki Antony <kabaki.antony@gmail.com> wrote:

Hello,

I hope this message finds you well. My name is Kabaki Antony, and I am a passionate web developer with hands-on experience in Django. I'm reaching out to express my interest in any available internship or entry-level positions within the community, where I can contribute my skills while further developing as a Django developer.

I have built several projects using Django, including a personal blog, an eCommerce platform, and a point of sale system. These experiences have helped me gain strong foundations in building robust web applications, implementing custom authentication solutions, managing databases, and optimizing performance.

I would love the opportunity to apply my skills in a real-world setting, and I am eager to contribute to exciting projects while learning from experienced developers. I am happy to share my CV for your perusal and would appreciate any leads or recommendations.

Thank you for considering my request. I look forward to hearing from anyone who might have an opportunity that aligns with my skills and goals.

Best regards,
Kabaki Antony

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/858ec729-c63f-4a8b-844c-196d774f7122n%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAL%3DxH4w-C6PbxB2d%2BMC1%2B2YRz_EtGDk4%3DXZLsi-zNxxsjfd%3Dfw%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAOBE7rj-ucnx3dS5r4eX8FxkiRxAost7V%3D%3DfuQn3JNC928PcUw%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAP1kG0RzGzvpPYkqvD94nTSjmcBAWyPy0y%3D%3DH4LD3SWRLOOWYA%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAO%2BJi3gZeXkxgLjRDSutte9z3qseHnB1yP_6etHe4%3DpwocdmHQ%40mail.gmail.com.

Re: Seeking Internship or Entry-Level Opportunity as a Django Developer

  I am excited to move forward with the development of an educational system and am seeking deep collaboration in this endeavor. I am confident that with the right team and effort, this decision will be one that we will not regret.
  
On Thursday, September 19, 2024 at 1:22:55 AM UTC+5:30 Russell Law wrote:
Hi, Sina Akhavi
Hope you are doing well.
Please contact me on telegram.

Regards.


On Thu, Sep 19, 2024 at 2:20 AM Sina Akhavi <sinaakhavi...@gmail.com> wrote:

Hi,
How can we work together?


On Tue, Sep 17, 2024, 20:34 Kabaki Antony <kabaki...@gmail.com> wrote:

Hello,

I hope this message finds you well. My name is Kabaki Antony, and I am a passionate web developer with hands-on experience in Django. I'm reaching out to express my interest in any available internship or entry-level positions within the community, where I can contribute my skills while further developing as a Django developer.

I have built several projects using Django, including a personal blog, an eCommerce platform, and a point of sale system. These experiences have helped me gain strong foundations in building robust web applications, implementing custom authentication solutions, managing databases, and optimizing performance.

I would love the opportunity to apply my skills in a real-world setting, and I am eager to contribute to exciting projects while learning from experienced developers. I am happy to share my CV for your perusal and would appreciate any leads or recommendations.

Thank you for considering my request. I look forward to hearing from anyone who might have an opportunity that aligns with my skills and goals.

Best regards,
Kabaki Antony

--
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/858ec729-c63f-4a8b-844c-196d774f7122n%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.

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/02b9b05d-20c6-4584-8062-b4e04591e362n%40googlegroups.com.

Re: Seeking Internship or Entry-Level Opportunity as a Django Developer

 Hello,  very happy to meet you,

  my name is Sara riziki,  i need to get sponsor, to support me, and  creat Big compony , or association

please confirm me if you can  help me, i trust you,   

     Best regard
       riziki sara 

Le mer. 18 sept. 2024 à 9:20 PM, Sina Akhavi <sinaakhavispecial1984@gmail.com> a écrit :

Hi,
How can we work together?


On Tue, Sep 17, 2024, 20:34 Kabaki Antony <kabaki.antony@gmail.com> wrote:

Hello,

I hope this message finds you well. My name is Kabaki Antony, and I am a passionate web developer with hands-on experience in Django. I'm reaching out to express my interest in any available internship or entry-level positions within the community, where I can contribute my skills while further developing as a Django developer.

I have built several projects using Django, including a personal blog, an eCommerce platform, and a point of sale system. These experiences have helped me gain strong foundations in building robust web applications, implementing custom authentication solutions, managing databases, and optimizing performance.

I would love the opportunity to apply my skills in a real-world setting, and I am eager to contribute to exciting projects while learning from experienced developers. I am happy to share my CV for your perusal and would appreciate any leads or recommendations.

Thank you for considering my request. I look forward to hearing from anyone who might have an opportunity that aligns with my skills and goals.

Best regards,
Kabaki Antony

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/858ec729-c63f-4a8b-844c-196d774f7122n%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAL%3DxH4w-C6PbxB2d%2BMC1%2B2YRz_EtGDk4%3DXZLsi-zNxxsjfd%3Dfw%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAO%2BJi3iTrSh1Lm9ieCjZP3m8iAzHLa-KCdbt5Sp8QRYuR36VMA%40mail.gmail.com.

Re: Seeking Internship or Entry-Level Opportunity as a Django Developer

Sure, how can I contact you?


On Wed, 18 Sep 2024, 8:52 pm Russell Law, <cooldeelancer@gmail.com> wrote:
Hi, Sina Akhavi
Hope you are doing well.
Please contact me on telegram.

Regards.


On Thu, Sep 19, 2024 at 2:20 AM Sina Akhavi <sinaakhavispecial1984@gmail.com> wrote:

Hi,
How can we work together?


On Tue, Sep 17, 2024, 20:34 Kabaki Antony <kabaki.antony@gmail.com> wrote:

Hello,

I hope this message finds you well. My name is Kabaki Antony, and I am a passionate web developer with hands-on experience in Django. I'm reaching out to express my interest in any available internship or entry-level positions within the community, where I can contribute my skills while further developing as a Django developer.

I have built several projects using Django, including a personal blog, an eCommerce platform, and a point of sale system. These experiences have helped me gain strong foundations in building robust web applications, implementing custom authentication solutions, managing databases, and optimizing performance.

I would love the opportunity to apply my skills in a real-world setting, and I am eager to contribute to exciting projects while learning from experienced developers. I am happy to share my CV for your perusal and would appreciate any leads or recommendations.

Thank you for considering my request. I look forward to hearing from anyone who might have an opportunity that aligns with my skills and goals.

Best regards,
Kabaki Antony

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/858ec729-c63f-4a8b-844c-196d774f7122n%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAL%3DxH4w-C6PbxB2d%2BMC1%2B2YRz_EtGDk4%3DXZLsi-zNxxsjfd%3Dfw%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAOBE7rj-ucnx3dS5r4eX8FxkiRxAost7V%3D%3DfuQn3JNC928PcUw%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAP1kG0RzGzvpPYkqvD94nTSjmcBAWyPy0y%3D%3DH4LD3SWRLOOWYA%40mail.gmail.com.

Re: Seeking Internship or Entry-Level Opportunity as a Django Developer

Hi, Sina Akhavi
Hope you are doing well.
Please contact me on telegram.

Regards.


On Thu, Sep 19, 2024 at 2:20 AM Sina Akhavi <sinaakhavispecial1984@gmail.com> wrote:

Hi,
How can we work together?


On Tue, Sep 17, 2024, 20:34 Kabaki Antony <kabaki.antony@gmail.com> wrote:

Hello,

I hope this message finds you well. My name is Kabaki Antony, and I am a passionate web developer with hands-on experience in Django. I'm reaching out to express my interest in any available internship or entry-level positions within the community, where I can contribute my skills while further developing as a Django developer.

I have built several projects using Django, including a personal blog, an eCommerce platform, and a point of sale system. These experiences have helped me gain strong foundations in building robust web applications, implementing custom authentication solutions, managing databases, and optimizing performance.

I would love the opportunity to apply my skills in a real-world setting, and I am eager to contribute to exciting projects while learning from experienced developers. I am happy to share my CV for your perusal and would appreciate any leads or recommendations.

Thank you for considering my request. I look forward to hearing from anyone who might have an opportunity that aligns with my skills and goals.

Best regards,
Kabaki Antony

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/858ec729-c63f-4a8b-844c-196d774f7122n%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAL%3DxH4w-C6PbxB2d%2BMC1%2B2YRz_EtGDk4%3DXZLsi-zNxxsjfd%3Dfw%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAOBE7rj-ucnx3dS5r4eX8FxkiRxAost7V%3D%3DfuQn3JNC928PcUw%40mail.gmail.com.

Error importing HeaderWriteError from email.errors after upgrading to Django 4.2.16

Hi,

Recently, we upgraded to Django 4.2.16, then one of our Django servers crashed with the below error:

gunicorn[1014232]: [18/Sep/2024 10:58:11][common.services.pandora_service._user_access_token:187][Root=1-66ea9623-5aee4eae0266bcd41a3a1159][DEBUG] Token retrieved in : 9.248 ms
gunicorn[1182738]: [2024-09-18 08:58:11 +0000] [1182738] [ERROR] Exception in worker process
gunicorn[1182738]: Traceback (most recent call last):
gunicorn[1182738]:   File "/opt/cloud/releases/20240913T095509/.venv/lib/python3.8/site-packages/gunicorn/arbiter.py", line 609, in spawn_worker
gunicorn[1182738]:     worker.init_process()
gunicorn[1182738]:   File "/opt/cloud/releases/20240913T095509/.venv/lib/python3.8/site-packages/gunicorn/workers/ggevent.py", line 147, in init_process
gunicorn[1182738]:     super().init_process()
gunicorn[1182738]:   File "/opt/cloud/releases/20240913T095509/.venv/lib/python3.8/site-packages/gunicorn/workers/base.py", line 134, in init_process
gunicorn[1182738]:     self.load_wsgi()
gunicorn[1182738]:   File "/opt/cloud/releases/20240913T095509/.venv/lib/python3.8/site-packages/gunicorn/workers/base.py", line 146, in load_wsgi
gunicorn[1182738]:     self.wsgi = self.app.wsgi()
gunicorn[1182738]:   File "/opt/cloud/releases/20240913T095509/.venv/lib/python3.8/site-packages/gunicorn/app/base.py", line 67, in wsgi
gunicorn[1182738]:     self.callable = self.load()
gunicorn[1182738]:   File "/opt/cloud/releases/20240913T095509/.venv/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py", line 58, in load
gunicorn[1182738]:     return self.load_wsgiapp()
gunicorn[1182738]:   File "/opt/cloud/releases/20240913T095509/.venv/lib/python3.8/site-packages/gunicorn/app/wsgiapp.py", line 48, in load_wsgiapp
gunicorn[1182738]:     return util.import_app(self.app_uri)
gunicorn[1182738]:   File "/opt/cloud/releases/20240913T095509/.venv/lib/python3.8/site-packages/gunicorn/util.py", line 371, in import_app
gunicorn[1182738]:     mod = importlib.import_module(module)
gunicorn[1182738]:   File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module
gunicorn[1182738]:     return _bootstrap._gcd_import(name[level:], package, level)
gunicorn[1182738]:   File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
gunicorn[1182738]:   File "<frozen importlib._bootstrap>", line 991, in _find_and_load
gunicorn[1182738]:   File "<frozen importlib._bootstrap>", line 961, in _find_and_load_unlocked
gunicorn[1182738]:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
gunicorn[1182738]:   File "<frozen importlib._bootstrap>", line 1014, in _gcd_import
gunicorn[1182738]:   File "<frozen importlib._bootstrap>", line 991, in _find_and_load
gunicorn[1182738]:   File "<frozen importlib._bootstrap>", line 975, in _find_and_load_unlocked
gunicorn[1182738]:   File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
gunicorn[1182738]:   File "<frozen importlib._bootstrap_external>", line 848, in exec_module
gunicorn[1182738]:   File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
gunicorn[1182738]:   File "/opt/cloud/current/pix4uav/pix4d/__init__.py", line 3, in <module>
gunicorn[1182738]:     from .celery import app as celery_app  # noqa
gunicorn[1182738]:   File "/opt/cloud/current/pix4uav/pix4d/celery.py", line 16, in <module>
gunicorn[1182738]:     from .settings.sentry import before_send
gunicorn[1182738]:   File "/opt/cloud/current/pix4uav/pix4d/settings/sentry.py", line 5, in <module>
gunicorn[1182738]:     from sentry_sdk.integrations.django import DjangoIntegration
gunicorn[1182738]:   File "/opt/cloud/releases/20240913T095509/.venv/lib/python3.8/site-packages/sentry_sdk/integrations/django/__init__.py", line 61, in <module>
gunicorn[1182738]:     from sentry_sdk.integrations.django.middleware import patch_django_middlewares
gunicorn[1182738]:   File "/opt/cloud/releases/20240913T095509/.venv/lib/python3.8/site-packages/sentry_sdk/integrations/django/middleware.py", line 38, in <module>
gunicorn[1182738]:     from .asgi import _asgi_middleware_mixin_factory
gunicorn[1182738]:   File "/opt/cloud/releases/20240913T095509/.venv/lib/python3.8/site-packages/sentry_sdk/integrations/django/asgi.py", line 13, in <module>
gunicorn[1182738]:     from django.core.handlers.wsgi import WSGIRequest
gunicorn[1182738]:   File "/opt/cloud/releases/20240913T095509/.venv/lib/python3.8/site-packages/django/core/handlers/wsgi.py", line 5, in <module>
gunicorn[1182738]:     from django.core.handlers import base
gunicorn[1182738]:   File "/opt/cloud/releases/20240913T095509/.venv/lib/python3.8/site-packages/django/core/handlers/base.py", line 12, in <module>
gunicorn[1182738]:     from django.utils.log import log_response
gunicorn[1182738]:   File "/opt/cloud/releases/20240913T095509/.venv/lib/python3.8/site-packages/django/utils/log.py", line 6, in <module>
gunicorn[1182738]:     from django.core import mail
gunicorn[1182738]:   File "/opt/cloud/releases/20240913T095509/.venv/lib/python3.8/site-packages/django/core/mail/__init__.py", line 10, in <module>
gunicorn[1182738]:     from django.core.mail.message import (
gunicorn[1182738]:   File "/opt/cloud/releases/20240913T095509/.venv/lib/python3.8/site-packages/django/core/mail/message.py", line 4, in <module>
gunicorn[1182738]:     from email import generator, message_from_string
gunicorn[1182738]:   File "/usr/lib/python3.8/email/generator.py", line 17, in <module>
gunicorn[1182738]:     from email.errors import HeaderWriteError
gunicorn[1182738]: ImportError: cannot import name 'HeaderWriteError' from 'email.errors' (/usr/lib/python3.8/email/errors.py)
gunicorn[1182738]: [2024-09-18 08:58:11 +0000] [1182738] [INFO] Worker exiting (pid: 1182738)
gunicorn[1014225]: [2024-09-18 08:58:11 +0000] [1014225] [ERROR] Worker (pid:1182738) exited with code 3
gunicorn[1014228]: [2024-09-18 10:58:12 +0200] [1014228] [INFO] Worker exiting (pid: 1014228)
gunicorn[1014235]: [2024-09-18 10:58:12 +0200] [1014235] [INFO] Worker exiting (pid: 1014235)
gunicorn[1014232]: [2024-09-18 10:58:12 +0200] [1014232] [INFO] Worker exiting (pid: 1014232)
gunicorn[1014229]: [2024-09-18 10:58:12 +0200] [1014229] [INFO] Worker exiting (pid: 1014229)
gunicorn[1014225]: [2024-09-18 08:58:17 +0000] [1014225] [ERROR] Shutting down: Master
gunicorn[1014225]: [2024-09-18 08:58:17 +0000] [1014225] [ERROR] Reason: Worker failed to boot.
systemd[1]: gunicorn.service: Main process exited, code=exited, status=3/NOTIMPLEMENTED
systemd[1]: gunicorn.service: Failed with result 'exit-code'.

It seems related to https://github.com/python/cpython/issues/124170 and https://github.com/django/django/commit/bf4888d317ba4506d091eeac6e8b4f1fcc731199.

Has anyone faced the same issue?

Thank you,

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/6b750b2c-3b14-46f4-9541-a0ad678547aen%40googlegroups.com.

Re: How to install pip on windos10

yes it correct but some times I got issue

On Wed, 18 Sept 2024, 3:11 am Kiotseaeton Lancaster, <kiotseaeton@gmail.com> wrote:
I use wsl for all my dev needs on windows.
To install pip, simply: sudo apt install python3-pip

On Sat, Sep 14, 2024 at 12:57 PM Nilesh Mishra <k.nileshmishra@gmail.com> wrote:
Plz help

I am new to python

On Sat, Sep 14, 2024, 13:22 RANGA BHARATH JINKA <bharathjinka09@gmail.com> wrote:

If you integrate sentry for capturing error logs , then check there


On Sat, 14 Sept, 2024, 8:02 am Tarun Sharma, <taruns@ghrix.com> wrote:
Hello Ranga

Thanks for the reply, I already tried these same steps which you mentioned, But still facing the same issue. My main concern is when i'm trying to run the project on an 8080 or 8000 port then it's working fine.
But when i'm trying to run this project through apache then it's giving the DLL load failed while importing _rust: The specified module could not be found.

When I tried to remove the code from views.py then the site is working fine on domain or 80 number port that means there is no issue with environment variables and apache or xampp.
If we tried to run on a python manage.py runserver 127.0.0.1:8080 or 8000 port then the cryptography module is working fine that means there is no cryptography version issue. It's a really weird thing. Please let me know if you have any other solution.

Thanks
Tarun






On Fri, 13 Sept 2024 at 12:54, RANGA BHARATH JINKA <bharathjinka09@gmail.com> wrote:
The error you're encountering, *"DLL load failed while importing _rust: The specified module could not be found"*, typically indicates a compatibility issue between your Python environment and the cryptography library (or one of its dependencies) used by the Snowflake connector.

Here's how you can troubleshoot and resolve the issue:

### 1. **Check Cryptography and Dependencies Installation**
   - The cryptography package used by Snowflake requires Rust to compile certain dependencies, especially for Windows.
   - Ensure you have installed the required dependencies with Rust correctly by following these steps:
     - Open your terminal or command prompt.
     - Run the following command to install the Rust toolchain:
       ```bash
       pip install cryptography
       ```
     - Alternatively, you can try installing it with Rust support enabled:
       ```bash
       pip install cryptography --use-pep517
       ```

### 2. **Check Compatibility with Windows**
   - Since you are on Windows Server 2019, ensure that the Snowflake connector and its dependencies (like cryptography) are compatible with the Python version and Windows Server.
   - It might help to uninstall cryptography and reinstall it specifically with the correct version that supports your environment:
     ```bash
     pip uninstall cryptography
     pip install cryptography==36.0.0  # or the latest version supporting your setup
     ```

### 3. **Reinstall Snowflake Connector**
   - Uninstall and reinstall the Snowflake connector in case of a corrupt or incomplete installation:
     ```bash
     pip uninstall snowflake-connector-python
     pip install snowflake-connector-python
     ```

### 4. **Check Apache Configuration (For Production Use)**
   - You mentioned it's working with `python manage.py runserver` but fails when running on port 80 or domain with Apache.
   - Ensure that Apache has permission to access all necessary Python packages and environment variables.
   - Verify that the virtual environment (if using one) is activated when running the application via Apache.
   - You can configure this in the `wsgi.py` file or your Apache config, ensuring the correct Python environment is being used.

### 5. **DLL Dependencies**
   - If you're still facing issues, you might be missing some DLLs. Install the [Microsoft Visual C++ Redistributable](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170), which is sometimes needed for some Python libraries to run on Windows.

After following these steps, try running the project again on the desired port or domain. 

All the best 👍

On Fri, Sep 13, 2024 at 8:06 PM Tarun Sharma <taruns@ghrix.com> wrote:
Hi

I'm trying to use the snowflake connector and i've installed the all cryptography dependencies with latest versions. When i'm trying to run the project python manage.py run server then it's working fine. When i tried to run on 80 number port or domain then it' showing me this error

DLL load failed while importing _rust: The specified module could not be found.
Here is my OS environment.
1. Windows server 2019
2. Django working with xampp (apache2)

Please let me know if anyone can help me. 

Thanks


--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/9afe5895-a74c-492a-b03e-6dd15b11f80dn%40googlegroups.com.


--
Thanks and Regards

J. Ranga Bharath
cell: 9110334114

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAK5m31535uXWNxzLccJ5jQTFsVN%3DxdCynqHesTcf49imvRSEhw%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAGioy6wYKKjW7gLHgnJmeQb%2B-cOiZ79n_NKr_OmRFC31rvP-XA%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAK5m317MyS4yEfAoy-KOKB6WdjTC6qbFMPyqcupnK%2BWkAKi2cg%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CANGWp6wBbmQUH0%3D9CcvaS3Q7sL9%2BLMSFvGEmSi1q2QSBTMp3vw%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CALd9-v_P9q%3D6JM5WdvuhXO040EQgttwBQhjQRjycNMpnmJyg6g%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAH2L_yUfDcUs6uWgWzZp-jy1Sz5vzSxZBM0RgDZXYA4aLrAVVg%40mail.gmail.com.

Tuesday, September 17, 2024

Re: Seeking Internship or Entry-Level Opportunity as a Django Developer

Actually I am myself seeking for an entry level job in Django 😂


On Tue, Sep 17, 2024, 10:48 PM Kabaki Antony <kabaki.antony@gmail.com> wrote:

Hello,

I hope this message finds you well. My name is Kabaki Antony, and I am a passionate web developer with hands-on experience in Django. I'm reaching out to express my interest in any available internship or entry-level positions within the community, where I can contribute my skills while further developing as a Django developer.

I have built several projects using Django, including a personal blog, an eCommerce platform, and a point of sale system. These experiences have helped me gain strong foundations in building robust web applications, implementing custom authentication solutions, managing databases, and optimizing performance.

I would love the opportunity to apply my skills in a real-world setting, and I am eager to contribute to exciting projects while learning from experienced developers. I am happy to share my CV for your perusal and would appreciate any leads or recommendations.

Thank you for considering my request. I look forward to hearing from anyone who might have an opportunity that aligns with my skills and goals.

Best regards,
Kabaki Antony

--
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/858ec729-c63f-4a8b-844c-196d774f7122n%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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAAfFigQfDqA7T55AAnQJu5H_88-Az6W7K%2B4jhbwSf1fsw9wY0w%40mail.gmail.com.