Sunday, April 2, 2023

Re: email verification

Good morning guys ,how can I write code to send email to a user to auth him when registing 

On Sun, Apr 2, 2023, 4:12 AM Ram <ram.mullapudi@gmail.com> wrote:
Hi Ryan,

Here is our development server configuration:

1. We use Digital Ocean droplet with a static IP
2. Using Jenkins automation repository will be pulled, deployed and run migrations

2.1. git pull
2.2. created virtual environment
2.3. pip install -r requirements.txt
2.4. python manage.py makemigrations
2.5. python manage.py migrate
2.6. python manage.py runserver 0.0.0.0:8000
2.7. deployment is successfully completed.

We are using the same steps all the time before in Jenkins automation and did not change anything in the above deployment steps, but we are not able to find any clue yet.

Best regards,
~Ram

On Sat, Apr 1, 2023 at 10:29 AM Ryan Nowakowski <ryan@fattuba.com> wrote:
Describe your deployment steps

On March 23, 2023 10:04:56 PM CDT, Ram <ram.mullapudi@gmail.com> wrote:
Hi,

We are seeing weird issue that images are deleted between deployments in our Dev. server and we are seeing this message in log files:

example:

WARNING 2023-03-10 07:03:16,927 - Not Found: /media/cl_1zf3am8.JPG

Could someone let me know what could be the issue?

Best regards,
~Ram 

--
You received this message because you are subscribed to a topic in the Google Groups "Django users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/django-users/5Zlj7Cq-nvg/unsubscribe.
To unsubscribe from this group and all its topics, 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/03F76AAD-3615-4D92-A04F-2DA347747EC6%40fattuba.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/CA%2BOi5F0HO%3DdT87vGV6edgHP3cDo-uWndwGv0m9GQLrRaSk_4og%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/CAKv_UAq0fmRL1iHvbUayjUCSLcaX6oePSA47rMRxZ4RwpY2Qaw%40mail.gmail.com.

No comments:

Post a Comment