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.
Source:stackexchange.com