Thursday, October 31, 2024

Re: Hiring react developers

Hi,
I'm interested 
Here is my github link https://github.com/Royweru

On Wed, 23 Oct 2024 at 15:54, Gourav Kumar Dhiman <gkrdhiman@gmail.com> wrote:
Am a Full stack developer .Am interested

https://www.linkedin.com/in/gourav-kumar-dhiman/

On Monday, May 3, 2021 at 10:42:08 AM UTC+5:30 vineet daniel wrote:
Hi Group,

Any one interested in Frontend development role using react?

Please let me know.

--
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/c6187e66-97ce-42f5-9e2d-f67192440fd2n%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 visit https://groups.google.com/d/msgid/django-users/CA%2BziAUiCGw2TAmd3bxu6L_pmbzYp5WsH5n8yFNMH50B2XSMByg%40mail.gmail.com.

Seeking Job Opportunities as Python/Golang Developer in United States

Hello Django Developers,

I hope you're all doing well. I'm a student at the University of Alabama at Birmingham (UAB), graduating in Spring 2025, and I'm actively seeking job opportunities in the United States as a Python/Golang developer.

If anyone has leads, advice, or could offer a referral, it would be greatly appreciated. Thank you for your support and guidance.

Attached is my resume for your reference.

Best regards,
Rishabh Shukla 

--
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 visit https://groups.google.com/d/msgid/django-users/CAN1sNpDE48OhPVFM0p_M27_apCGtnmixSN5YjABoFh7%2BVXczLA%40mail.gmail.com.

Re: Help on Email Sending with the Gmail SMTP server.

Isn't it a risky way? Especially if you are just starting and don't know too much about security.
I would use MailChimp or any other service that can send the emails.



Regards
Reddy Tintaya
On 31 Oct 2024, at 12:59 PM, ALINDA Fortunate <alindafortunate5@gmail.com> wrote:

Thanks so much Team, it has finally worked, I created a secure app and it worked perfectly. Thank you I am humbled for you guidance.

+256774339676

 "If you want to live a happy life, tie it to a goal, not to people or things."

A graduate of Bachelors Degree of Science in Computer Science of Gulu University.

@FortunateAlinda
Passionate about Python Development
And Computer related Dynamics

On Thu, Oct 31, 2024, 17:47 Sang <sang.webdev@gmail.com> wrote:
I assume you need to enable IMAP and POP settings. I haven't tried it for a while, this is for paid gsuite workspace emails https://support.google.com/a/answer/9003945?hl=en

Have you configured it the setting for your Gmail to use third party apps??

On Thu, Oct 31, 2024, 18:48 ALINDA Fortunate <alindafortunate5@gmail.com> wrote:
Hello Team, I am requesting for assistance on how to send email using Django by the Gmail SMTP server, I have set up the app configured the credentials but i am getting this error message, some help.

smtplib.SMTPAuthenticationError: (535, b'5.7.8 Username and Password not accepted. For more information, go to\n5.7.8  https://support.google.com/mail/?p=BadCredentials a640c23a62f3a-a9e566435c0sm67540266b.162 - gsmtp')

<image.png>

--
ALINDA Fortunate
Graduate Of Computer Science
Gulu University
Passionate about Software Development in Python
If you can't explain it simply, you don't understand it well enough.
+256 774339676 / +256 702910041
Kagadi.

--
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 visit https://groups.google.com/d/msgid/django-users/CAPifpCv-Nezxtvc0H-VRAjoXWK_kF%3DYgqUsRn2i-jObOmfhqmw%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 visit https://groups.google.com/d/msgid/django-users/CAMg_NacgeLe6m_O3DbwEsFHMuC41pZ0bkQ%2BVb%3DJqoahEUvHU8A%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 visit https://groups.google.com/d/msgid/django-users/CAPifpCuB9g4fSWhsOZeqYS7PO4UPSBmELbgPAeNTry8LijNVrw%40mail.gmail.com.

Re: Help on Email Sending with the Gmail SMTP server.

Hi Alinda,

So you are using smtplib for email. From my experience on working with smtplib, its a good choice for testing mail during development phase. But in production, it takes a long time.

Try choosing WEB3forms. Its easy to implement and better in production.

Thanks......

On Thu, 31 Oct 2024 at 23:29, ALINDA Fortunate <alindafortunate5@gmail.com> wrote:

Thanks so much Team, it has finally worked, I created a secure app and it worked perfectly. Thank you I am humbled for you guidance.

+256774339676

 "If you want to live a happy life, tie it to a goal, not to people or things."

A graduate of Bachelors Degree of Science in Computer Science of Gulu University.

@FortunateAlinda
Passionate about Python Development
And Computer related Dynamics

On Thu, Oct 31, 2024, 17:47 Sang <sang.webdev@gmail.com> wrote:
I assume you need to enable IMAP and POP settings. I haven't tried it for a while, this is for paid gsuite workspace emails https://support.google.com/a/answer/9003945?hl=en

Have you configured it the setting for your Gmail to use third party apps??

On Thu, Oct 31, 2024, 18:48 ALINDA Fortunate <alindafortunate5@gmail.com> wrote:
Hello Team, I am requesting for assistance on how to send email using Django by the Gmail SMTP server, I have set up the app configured the credentials but i am getting this error message, some help.

smtplib.SMTPAuthenticationError: (535, b'5.7.8 Username and Password not accepted. For more information, go to\n5.7.8  https://support.google.com/mail/?p=BadCredentials a640c23a62f3a-a9e566435c0sm67540266b.162 - gsmtp')



--
ALINDA Fortunate
Graduate Of Computer Science
Gulu University
Passionate about Software Development in Python
If you can't explain it simply, you don't understand it well enough.
+256 774339676 / +256 702910041
Kagadi.

--
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 visit https://groups.google.com/d/msgid/django-users/CAPifpCv-Nezxtvc0H-VRAjoXWK_kF%3DYgqUsRn2i-jObOmfhqmw%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 visit https://groups.google.com/d/msgid/django-users/CAMg_NacgeLe6m_O3DbwEsFHMuC41pZ0bkQ%2BVb%3DJqoahEUvHU8A%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 visit https://groups.google.com/d/msgid/django-users/CAPifpCuB9g4fSWhsOZeqYS7PO4UPSBmELbgPAeNTry8LijNVrw%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 visit https://groups.google.com/d/msgid/django-users/CACj%3Dw3f%3D8ka3dhBxRHrEPfxmp1xtkwPot0nwmPdBtzQDD5%3Di6A%40mail.gmail.com.

Re: Help on Email Sending with the Gmail SMTP server.

Thanks so much Team, it has finally worked, I created a secure app and it worked perfectly. Thank you I am humbled for you guidance.

+256774339676

 "If you want to live a happy life, tie it to a goal, not to people or things."

A graduate of Bachelors Degree of Science in Computer Science of Gulu University.

@FortunateAlinda
Passionate about Python Development
And Computer related Dynamics

On Thu, Oct 31, 2024, 17:47 Sang <sang.webdev@gmail.com> wrote:
I assume you need to enable IMAP and POP settings. I haven't tried it for a while, this is for paid gsuite workspace emails https://support.google.com/a/answer/9003945?hl=en

Have you configured it the setting for your Gmail to use third party apps??

On Thu, Oct 31, 2024, 18:48 ALINDA Fortunate <alindafortunate5@gmail.com> wrote:
Hello Team, I am requesting for assistance on how to send email using Django by the Gmail SMTP server, I have set up the app configured the credentials but i am getting this error message, some help.

smtplib.SMTPAuthenticationError: (535, b'5.7.8 Username and Password not accepted. For more information, go to\n5.7.8  https://support.google.com/mail/?p=BadCredentials a640c23a62f3a-a9e566435c0sm67540266b.162 - gsmtp')



--
ALINDA Fortunate
Graduate Of Computer Science
Gulu University
Passionate about Software Development in Python
If you can't explain it simply, you don't understand it well enough.
+256 774339676 / +256 702910041
Kagadi.

--
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 visit https://groups.google.com/d/msgid/django-users/CAPifpCv-Nezxtvc0H-VRAjoXWK_kF%3DYgqUsRn2i-jObOmfhqmw%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 visit https://groups.google.com/d/msgid/django-users/CAMg_NacgeLe6m_O3DbwEsFHMuC41pZ0bkQ%2BVb%3DJqoahEUvHU8A%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 visit https://groups.google.com/d/msgid/django-users/CAPifpCuB9g4fSWhsOZeqYS7PO4UPSBmELbgPAeNTry8LijNVrw%40mail.gmail.com.

Re: Help on Email Sending with the Gmail SMTP server.

I assume you need to enable IMAP and POP settings. I haven't tried it for a while, this is for paid gsuite workspace emails https://support.google.com/a/answer/9003945?hl=en

Have you configured it the setting for your Gmail to use third party apps??

On Thu, Oct 31, 2024, 18:48 ALINDA Fortunate <alindafortunate5@gmail.com> wrote:
Hello Team, I am requesting for assistance on how to send email using Django by the Gmail SMTP server, I have set up the app configured the credentials but i am getting this error message, some help.

smtplib.SMTPAuthenticationError: (535, b'5.7.8 Username and Password not accepted. For more information, go to\n5.7.8  https://support.google.com/mail/?p=BadCredentials a640c23a62f3a-a9e566435c0sm67540266b.162 - gsmtp')



--
ALINDA Fortunate
Graduate Of Computer Science
Gulu University
Passionate about Software Development in Python
If you can't explain it simply, you don't understand it well enough.
+256 774339676 / +256 702910041
Kagadi.

--
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 visit https://groups.google.com/d/msgid/django-users/CAPifpCv-Nezxtvc0H-VRAjoXWK_kF%3DYgqUsRn2i-jObOmfhqmw%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 visit https://groups.google.com/d/msgid/django-users/CAMg_NacgeLe6m_O3DbwEsFHMuC41pZ0bkQ%2BVb%3DJqoahEUvHU8A%40mail.gmail.com.

Re: Help on Email Sending with the Gmail SMTP server.

If you have 2 factor authentication turned on, you'll need to create an app specific password. This thread has some other suggestions: <https://support.google.com/mail/thread/5579215/smtp-server-username-password?hl=en>


On October 31, 2024 8:17:31 AM CDT, ALINDA Fortunate <alindafortunate5@gmail.com> wrote:
Hello Team, I am requesting for assistance on how to send email using Django by the Gmail SMTP server, I have set up the app configured the credentials but i am getting this error message, some help.

smtplib.SMTPAuthenticationError: (535, b'5.7.8 Username and Password not accepted. For more information, go to\n5.7.8  https://support.google.com/mail/?p=BadCredentials a640c23a62f3a-a9e566435c0sm67540266b.162 - gsmtp')

image.png

--
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 visit https://groups.google.com/d/msgid/django-users/CAPifpCv-Nezxtvc0H-VRAjoXWK_kF%3DYgqUsRn2i-jObOmfhqmw%40mail.gmail.com.

Re: Help on Email Sending with the Gmail SMTP server.

To use Gmail with user and password you need to enable "Insecure apps" in your Gmail account, I don't remember if this setting gives you an specific password different from your normal login or not, but I don't recommend using Gmail as SMTP because it can flag your account as spam and block it, I use zeptomail from Zoho to send transactional emails, it's cheap and less difficult to gain prod access


El jue, 31 de oct de 2024, 10:18 a. m., ALINDA Fortunate <alindafortunate5@gmail.com> escribió:
Hello Team, I am requesting for assistance on how to send email using Django by the Gmail SMTP server, I have set up the app configured the credentials but i am getting this error message, some help.

smtplib.SMTPAuthenticationError: (535, b'5.7.8 Username and Password not accepted. For more information, go to\n5.7.8  https://support.google.com/mail/?p=BadCredentials a640c23a62f3a-a9e566435c0sm67540266b.162 - gsmtp')



--
ALINDA Fortunate
Graduate Of Computer Science
Gulu University
Passionate about Software Development in Python
If you can't explain it simply, you don't understand it well enough.
+256 774339676 / +256 702910041
Kagadi.

--
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 visit https://groups.google.com/d/msgid/django-users/CAPifpCv-Nezxtvc0H-VRAjoXWK_kF%3DYgqUsRn2i-jObOmfhqmw%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 visit https://groups.google.com/d/msgid/django-users/CANfGmWHvr%3Dye6Rp7XKACdYbvOU6hsg1KmKrX%3DnH9dbJ0RTkVBg%40mail.gmail.com.

Re: Help on Email Sending with the Gmail SMTP server.

Hi Alinda,

With Google, you have to create a special app password don't use password of your email . follow this guide to create app password How To create App Password.

Regards,
Nathaniel Anania

On Thu, Oct 31, 2024 at 4:17 PM ALINDA Fortunate <alindafortunate5@gmail.com> wrote:
Hello Team, I am requesting for assistance on how to send email using Django by the Gmail SMTP server, I have set up the app configured the credentials but i am getting this error message, some help.

smtplib.SMTPAuthenticationError: (535, b'5.7.8 Username and Password not accepted. For more information, go to\n5.7.8  https://support.google.com/mail/?p=BadCredentials a640c23a62f3a-a9e566435c0sm67540266b.162 - gsmtp')



--
ALINDA Fortunate
Graduate Of Computer Science
Gulu University
Passionate about Software Development in Python
If you can't explain it simply, you don't understand it well enough.
+256 774339676 / +256 702910041
Kagadi.

--
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 visit https://groups.google.com/d/msgid/django-users/CAPifpCv-Nezxtvc0H-VRAjoXWK_kF%3DYgqUsRn2i-jObOmfhqmw%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 visit https://groups.google.com/d/msgid/django-users/CACgiaOV-BvN7VgVMBcegZogJ2%2BWYae9rCvNCyo9BQWUqmofU-g%40mail.gmail.com.

Help on Email Sending with the Gmail SMTP server.

Hello Team, I am requesting for assistance on how to send email using Django by the Gmail SMTP server, I have set up the app configured the credentials but i am getting this error message, some help.

smtplib.SMTPAuthenticationError: (535, b'5.7.8 Username and Password not accepted. For more information, go to\n5.7.8  https://support.google.com/mail/?p=BadCredentials a640c23a62f3a-a9e566435c0sm67540266b.162 - gsmtp')



--
ALINDA Fortunate
Graduate Of Computer Science
Gulu University
Passionate about Software Development in Python
If you can't explain it simply, you don't understand it well enough.
+256 774339676 / +256 702910041
Kagadi.

--
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 visit https://groups.google.com/d/msgid/django-users/CAPifpCv-Nezxtvc0H-VRAjoXWK_kF%3DYgqUsRn2i-jObOmfhqmw%40mail.gmail.com.

Application for Django Developer Collaboration

Dear Hiring Manager,

I am writing to express my keen interest in collaborating on Django-based projects with your esteemed team. With three years of dedicated experience in the Django framework, I have honed my skills in developing robust and scalable web applications. My journey in this domain has been fueled by a passion for technology and a commitment to excellence.

I am excited about the opportunity to bring my expertise to your projects and contribute to your team's success. I believe that my technical skills, coupled with my ability to work well in a team, make me a strong candidate for a collaborative role.

Thank you for considering my application. I am looking forward to the possibility of working together and contributing to innovative solutions.

Warm regards,

Siddharth Tiwari

On Fri, 25 Oct, 2024, 2:11 pm UJJWAL CHAUDHARY, <choudharydhruv047@gmail.com> wrote:
I have some works on Website & Application, If anyone Interested please let me know if anyone has interested. On Personal Mail

--
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 visit https://groups.google.com/d/msgid/django-users/CACb%2BxSE8xJvDRa%3DJjkTB6T4yW8%2BCWdMVtBhFQcLwnBdgC3VpxQ%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 visit https://groups.google.com/d/msgid/django-users/CAEq7LZj6-e0VKn_vXZB-1DJnjsdQK2qjgxn9EJBEBCH%2BNtq1Ow%40mail.gmail.com.

Re: Need Developers

Hello, I am interested

On Thu, Oct 31, 2024, 4:35 AM emmanuel odor <eodor02@gmail.com> wrote:
I am interested.

On Fri, Oct 25, 2024 at 9:41 AM UJJWAL CHAUDHARY <choudharydhruv047@gmail.com> wrote:
I have some works on Website & Application, If anyone Interested please let me know if anyone has interested. On Personal Mail

--
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 visit https://groups.google.com/d/msgid/django-users/CACb%2BxSE8xJvDRa%3DJjkTB6T4yW8%2BCWdMVtBhFQcLwnBdgC3VpxQ%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 visit https://groups.google.com/d/msgid/django-users/CAF54d_3QtX%2Bt1dVS5VWf%3Do1fHCH%3DTjjuMHEtwxOPz42vixuViA%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 visit https://groups.google.com/d/msgid/django-users/CABZc0v3qBh0gswWLoaJ0AXwOeLVZ32nXqXJYFYCCE07w_H2h6g%40mail.gmail.com.

Re: Need Developers

I am interested.

On Thu, Oct 31, 2024 at 4:34 PM emmanuel odor <eodor02@gmail.com> wrote:
I am interested.

On Fri, Oct 25, 2024 at 9:41 AM UJJWAL CHAUDHARY <choudharydhruv047@gmail.com> wrote:
I have some works on Website & Application, If anyone Interested please let me know if anyone has interested. On Personal Mail

--
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 visit https://groups.google.com/d/msgid/django-users/CACb%2BxSE8xJvDRa%3DJjkTB6T4yW8%2BCWdMVtBhFQcLwnBdgC3VpxQ%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 visit https://groups.google.com/d/msgid/django-users/CAF54d_3QtX%2Bt1dVS5VWf%3Do1fHCH%3DTjjuMHEtwxOPz42vixuViA%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 visit https://groups.google.com/d/msgid/django-users/CAOBE7rhXE8fhDoD1ch9X4WGutB%2BHg6WSB8aveuCuyhtOskFq9A%40mail.gmail.com.

Re: Need Developers

I am interested.

On Fri, Oct 25, 2024 at 9:41 AM UJJWAL CHAUDHARY <choudharydhruv047@gmail.com> wrote:
I have some works on Website & Application, If anyone Interested please let me know if anyone has interested. On Personal Mail

--
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 visit https://groups.google.com/d/msgid/django-users/CACb%2BxSE8xJvDRa%3DJjkTB6T4yW8%2BCWdMVtBhFQcLwnBdgC3VpxQ%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 visit https://groups.google.com/d/msgid/django-users/CAF54d_3QtX%2Bt1dVS5VWf%3Do1fHCH%3DTjjuMHEtwxOPz42vixuViA%40mail.gmail.com.

Wednesday, October 30, 2024

Re: Need Developers

Hey, Hope your doing well i'm interested 


On Fri, Oct 25, 2024 at 1:41 PM UJJWAL CHAUDHARY <choudharydhruv047@gmail.com> wrote:
I have some works on Website & Application, If anyone Interested please let me know if anyone has interested. On Personal Mail

--
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 visit https://groups.google.com/d/msgid/django-users/CACb%2BxSE8xJvDRa%3DJjkTB6T4yW8%2BCWdMVtBhFQcLwnBdgC3VpxQ%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 visit https://groups.google.com/d/msgid/django-users/CAA55xbeEcWr1cPJWkefVt7bRmai9pJoXhn082aJWxV%2BqMG3cUQ%40mail.gmail.com.

Re: Django CSS Not Loaded in Vercel app




install whitenoise

run python manage.py collectstatic after all this changes i should work

 echo "BUILD START"
 python3.12 -m pip install -r requirements.txt
 python3.12 manage.py collectstatic --noinput --clear
 echo "BUILD END"



ALLOWED_HOSTS = ['*']
MIDDLEWARE = [
    'django.middleware.security.SecurityMiddleware',
    "whitenoise.middleware.WhiteNoiseMiddleware",
    'django.contrib.sessions.middleware.SessionMiddleware',
    'django.middleware.common.CommonMiddleware',
    'django.middleware.csrf.CsrfViewMiddleware',
    'django.contrib.auth.middleware.AuthenticationMiddleware',
    'django.contrib.messages.middleware.MessageMiddleware',
    'django.middleware.clickjacking.XFrameOptionsMiddleware',
]
STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles_build', 'static')
MEDIA_URLS ='/media/'
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')

STATICFILES_DIRS = [
    BASE_DIR / "static",
]

STATICFILES_STORAGE = "whitenoise.storage.CompressedManifestStaticFilesStorage"
On Wednesday 2 October 2024 at 19:37:45 UTC+5:30 Sahil Gupta wrote:
source.png 
after deploying it show css files and images file on vercel but it not appearedon the web app. 
webapp.png 

vercel.json
vercel.png

settings.py 
only pasting the relevant changes for vercel
ALLOWED_HOSTS = ['.vercel.app', '.now.sh', '127.0.0.1', 'localhost']

STATIC_URL = '/static/'
STATICFILES_DIRS = [os.path.join(BASE_DIR, 'static')]
STATIC_ROOT = os.path.join(BASE_DIR, 'staticfiles_build')

build_files.sh
#!/bin/bash
echo "BUILD START"
python3 -m pip install --upgrade pip  # Ensure the latest pip version
python3 -m pip install -r requirements.txt  # Install all dependencies
python3 manage.py collectstatic --noinput --clear  # Collect static files
echo "BUILD END"

my django web app is running fine on local sever with css and images, but on vercel it shows only HTML, no css and no images. my vercel app link : https://portfolio-bqgy3ipxf-sahilgupta245s-projects.vercel.app/ github repository link : https://github.com/sahilgupta245/portfolio

--
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 visit https://groups.google.com/d/msgid/django-users/5cd4cc3d-52b7-49e8-8961-5a01a85ae226n%40googlegroups.com.

Re: Need Developers

I'm for Django ,AI development


On Wed, 30 Oct 2024, 07:59 Adekola Aderonmu, <gabkola94@gmail.com> wrote:
I am interested. Kindly, reach out. 

Warm Regards.

On Mon, 28 Oct 2024, 15:01 Axel Tracy, <kojrey@kojreycodes.com> wrote:
I agree with David Mayne's contribution to this thread.

Ujjwal should definitely include this as a recruitment test.

I'm only a beginner, but I'm routinely told that it's 'less about technical skills, and more about communication and soft skills'. I think this thread, and the subsequent notifications for all the group members is confirming to me that this advice is correct.

If anyone is "interested" please refer to David's reply and do your best to pass this possible test :-)

All the best,
Axel

On Monday 28 October 2024 at 05:39:57 UTC+11 Alonzo Lee wrote:
I'm interested

On Sun, Oct 27, 2024 at 9:05 AM arif 786 <hari...@gmail.com> wrote:

I am interested


On Sun, 27 Oct 2024, 7:30 am Douglas Lazaro, <dlaz...@gmail.com> wrote:
Here! I'm interested in more details.


On Fri, Oct 25, 2024 at 2:40 AM UJJWAL CHAUDHARY <choudhar...@gmail.com> wrote:
I have some works on Website & Application, If anyone Interested please let me know if anyone has interested. On Personal Mail

--
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 visit https://groups.google.com/d/msgid/django-users/CACb%2BxSE8xJvDRa%3DJjkTB6T4yW8%2BCWdMVtBhFQcLwnBdgC3VpxQ%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 visit https://groups.google.com/d/msgid/django-users/CABA9VcyjrKcm4Bvpq84ZVtheZzoH64Jvs50iWKeBogKLErMtyQ%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.

--
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 visit https://groups.google.com/d/msgid/django-users/0298c2b4-2153-4d09-b430-b4caef537802n%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 visit https://groups.google.com/d/msgid/django-users/CA%2BGpPKyJwcwqBdunyOMKJ_4zTzdG3YrwPTA81d_3fVtg8%2BtGOQ%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 visit https://groups.google.com/d/msgid/django-users/CAGp5Xw7DSYkA7_RgXH1yhZkmtt9st%2BUob8T5AqgJY4FA9D0C5w%40mail.gmail.com.

Tuesday, October 29, 2024

Re: Need Developers

I am interested. Kindly, reach out. 

Warm Regards.

On Mon, 28 Oct 2024, 15:01 Axel Tracy, <kojrey@kojreycodes.com> wrote:
I agree with David Mayne's contribution to this thread.

Ujjwal should definitely include this as a recruitment test.

I'm only a beginner, but I'm routinely told that it's 'less about technical skills, and more about communication and soft skills'. I think this thread, and the subsequent notifications for all the group members is confirming to me that this advice is correct.

If anyone is "interested" please refer to David's reply and do your best to pass this possible test :-)

All the best,
Axel

On Monday 28 October 2024 at 05:39:57 UTC+11 Alonzo Lee wrote:
I'm interested

On Sun, Oct 27, 2024 at 9:05 AM arif 786 <hari...@gmail.com> wrote:

I am interested


On Sun, 27 Oct 2024, 7:30 am Douglas Lazaro, <dlaz...@gmail.com> wrote:
Here! I'm interested in more details.


On Fri, Oct 25, 2024 at 2:40 AM UJJWAL CHAUDHARY <choudhar...@gmail.com> wrote:
I have some works on Website & Application, If anyone Interested please let me know if anyone has interested. On Personal Mail

--
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 visit https://groups.google.com/d/msgid/django-users/CACb%2BxSE8xJvDRa%3DJjkTB6T4yW8%2BCWdMVtBhFQcLwnBdgC3VpxQ%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 visit https://groups.google.com/d/msgid/django-users/CABA9VcyjrKcm4Bvpq84ZVtheZzoH64Jvs50iWKeBogKLErMtyQ%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.

--
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 visit https://groups.google.com/d/msgid/django-users/0298c2b4-2153-4d09-b430-b4caef537802n%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 visit https://groups.google.com/d/msgid/django-users/CA%2BGpPKyJwcwqBdunyOMKJ_4zTzdG3YrwPTA81d_3fVtg8%2BtGOQ%40mail.gmail.com.

Re: Hiring react developers

Hey!

I'm interested...
As am a backend engineer, would be highly interested for this position / opportunity!

Looking forward to hear from you


Thank you!


On Wed, 23 Oct 2024, 18:24 Gourav Kumar Dhiman, <gkrdhiman@gmail.com> wrote:
Am a Full stack developer .Am interested

https://www.linkedin.com/in/gourav-kumar-dhiman/

On Monday, May 3, 2021 at 10:42:08 AM UTC+5:30 vineet daniel wrote:
Hi Group,

Any one interested in Frontend development role using react?

Please let me know.

--
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/c6187e66-97ce-42f5-9e2d-f67192440fd2n%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 visit https://groups.google.com/d/msgid/django-users/CAFFZBLr0Wx4CvdjzSfofL17drT6B%2BUXjFd43Thp-EW2H1a7VNQ%40mail.gmail.com.

Re: Need Developers

I've put all the people that responded publicly here on my Do Not Hire List because they can't follow instructions of the original poster, btw. Amazing how many can't/won't follow instructions - why would you ever hire them ?

On Tue, Oct 29, 2024 at 11:51 AM EMMANUEL RAYMOND KAKONKO <ekakonko@gmail.com> wrote:
Interested 

On Fri, Oct 25, 2024, 19:04 Dineshreddy <dineshreddypaidi470@gmail.com> wrote:
can you share the details so we can dive into the work asap


On Friday, October 25, 2024 at 2:11:20 PM UTC+5:30 UJJWAL CHAUDHARY wrote:
I have some works on Website & Application, If anyone Interested please let me know if anyone has interested. On Personal Mail

--
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 visit https://groups.google.com/d/msgid/django-users/71146470-d455-4933-9c20-e697962a06aan%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 visit https://groups.google.com/d/msgid/django-users/CAEGGeF3%2BELpj1dNWtfRtv0YtGxfWQpR2Z1o-6PyNrjwPsUw7DA%40mail.gmail.com.


--
David

--
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 visit https://groups.google.com/d/msgid/django-users/CAMAjjsyxArWmFQjsYxfckJtMb%3DfA7qKkTfSKhQxL_db1p7DNew%40mail.gmail.com.

Re: Job/Internship/Freelance - Django Developer

Greetings everyone, I would be glad to participate to deepen my knowledge on django.
Please is there anybody to collaborate with and build something extraordinary


On Mon, 28 Oct 2024, 18:27 Kashaf Online, <kashafonline4@gmail.com> wrote:
Hi Ratik I want to participate on your 

On Wed, Oct 23, 2024 at 5:54 AM Ratik Krishna <ratikkrishna15@gmail.com> wrote:

Hi all If anyone is interested in doing some beginner level django projects  or online hackathons kindly let me know currently I have completed a library management project using django and wishing to learn more collaboration for a project will be helpful for both sides involved
Thank you


On Tue, 8 Oct, 2024, 6:46 pm Ganilson Garcia, <ganilsongarcia87@gmail.com> wrote:
Hello everyone!

I would like to express my interest in remote work opportunities with the Django Users Group. With 5 years of experience in software development, I specialize in the Django ecosystem, creating robust, scalable and efficient solutions. I believe that my skills can contribute significantly to the group's projects.

My main skills include:

Web Development with Django: Experience in creating high-performance applications using Django, from architecture to implementation of robust APIs with Django Rest Framework.

Real-Time Applications: Proficient in building real-time systems with Django Channels and Redis, ensuring high efficiency in asynchronous communication and real-time data exchange.

Databases: Proficiency in relational databases (PostgreSQL, MySQL) and NoSQL (MongoDB), with a focus on query optimization and efficient data structuring.

Continuous Integration and Delivery (CI/CD): Solid experience in creating automated pipelines for continuous integration (CI) and continuous delivery (CD), using tools such as GitLab CI and Jenkins, ensuring automated testing and safe deployments.

High Demand Work: Proven ability to manage multiple projects simultaneously, maintaining quality and meeting strict deadlines in high-pressure environments.

I am confident that my technical skills and experience in high-demand projects can contribute to the goals of the Django Users Group. I am available for a chat and to provide more details about my background and how I can collaborate on future projects.

Thank you for your attention and I am available to schedule a meeting.

My qualities are attached to my resume, if you are interested just pull up my whatsapp: +244946808054

--
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/51a80a99-e313-4076-8d37-58d5c342abe7n%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/CAOv7anbDwbBfGCqrf0apk7q_Npm92%3D9MEKoS%3D4Hgj_UVZpjtpw%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 visit https://groups.google.com/d/msgid/django-users/CALXCWRatrRRgU%2B9-yzBw8kqDOkjMaAjnb0j0s9JjCnHYyurJtQ%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 visit https://groups.google.com/d/msgid/django-users/CABXBrW4eR%2Bpaj2ri78pnuY9a1oXzmsbReqOkf3jRYqXK2YuhEg%40mail.gmail.com.

Re: Job/Internship/Freelance - Django Developer

i'm also interested to work with you

Le lun. 28 oct. 2024 à 18:27, Kashaf Online <kashafonline4@gmail.com> a écrit :
Hi Ratik I want to participate on your 

On Wed, Oct 23, 2024 at 5:54 AM Ratik Krishna <ratikkrishna15@gmail.com> wrote:

Hi all If anyone is interested in doing some beginner level django projects  or online hackathons kindly let me know currently I have completed a library management project using django and wishing to learn more collaboration for a project will be helpful for both sides involved
Thank you


On Tue, 8 Oct, 2024, 6:46 pm Ganilson Garcia, <ganilsongarcia87@gmail.com> wrote:
Hello everyone!

I would like to express my interest in remote work opportunities with the Django Users Group. With 5 years of experience in software development, I specialize in the Django ecosystem, creating robust, scalable and efficient solutions. I believe that my skills can contribute significantly to the group's projects.

My main skills include:

Web Development with Django: Experience in creating high-performance applications using Django, from architecture to implementation of robust APIs with Django Rest Framework.

Real-Time Applications: Proficient in building real-time systems with Django Channels and Redis, ensuring high efficiency in asynchronous communication and real-time data exchange.

Databases: Proficiency in relational databases (PostgreSQL, MySQL) and NoSQL (MongoDB), with a focus on query optimization and efficient data structuring.

Continuous Integration and Delivery (CI/CD): Solid experience in creating automated pipelines for continuous integration (CI) and continuous delivery (CD), using tools such as GitLab CI and Jenkins, ensuring automated testing and safe deployments.

High Demand Work: Proven ability to manage multiple projects simultaneously, maintaining quality and meeting strict deadlines in high-pressure environments.

I am confident that my technical skills and experience in high-demand projects can contribute to the goals of the Django Users Group. I am available for a chat and to provide more details about my background and how I can collaborate on future projects.

Thank you for your attention and I am available to schedule a meeting.

My qualities are attached to my resume, if you are interested just pull up my whatsapp: +244946808054

--
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/51a80a99-e313-4076-8d37-58d5c342abe7n%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/CAOv7anbDwbBfGCqrf0apk7q_Npm92%3D9MEKoS%3D4Hgj_UVZpjtpw%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 visit https://groups.google.com/d/msgid/django-users/CALXCWRatrRRgU%2B9-yzBw8kqDOkjMaAjnb0j0s9JjCnHYyurJtQ%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 visit https://groups.google.com/d/msgid/django-users/CAP%3D57A27%3DWsYXxKS7Vbt%3DeHKAvswBxROnRLTcoZaoqyA2wHB1g%40mail.gmail.com.