[Django]-How do I change the django-registration e-mail template "site" name?

10👍

✅

The site object in the template comes from the Django Site model. When you do a syncdb, it defaults automatically to example.com

If you login to Django’s admin interface, you will find “Sites”. Inside it, you will be able to change example.com to whatever you like.

enter image description here

Leave a comment