[Answered ]-Cannnot locate Django new user sign-up email template

2👍

You can able to change the domain name and display name through admin, default value is ‘example.com’. Make sure you added ‘django.contrib.sites’ in INSTALLED_APPS list. For more details https://docs.djangoproject.com/en/3.1/ref/contrib/sites/#enabling-the-sites-framework

enter image description here

👤Anoop

Leave a comment