python - Cannnot locate Django new user sign-up email template -


my django application sends email newly signed users - cannot locate email template within files. why example.com being used , not actual domain , why can not edit template or locate it.

hello example.com!

you're receiving e-mail because user george smith @ example.com has given yours e-mail address connect account.

to confirm correct, go http://xxxxxxxxxxxxxx.ca/accounts/confirm-email/odd2s0qikxm0ghdbzg573l2dlsmnilzr6v4wxtbxbbrmsp9khsi9p1fxtyxcstju/

thank example.com! example.com

you can able change domain name , display name through admin, default value 'example.com'. make sure added 'django.contrib.sites' in installed_apps list. more details https://docs.djangoproject.com/en/1.9/ref/contrib/sites/

enter image description here


Comments