I added a get_absolute_url function to one of my models.
get_absolute_url
def get_absolute_url(self): return \'/foo/bar\'
The admin site p
The funniest thing is that "example.com" appears in an obvious place. Yet, I was looking for in in an hour or so.
Just use your admin interface -> Sites -> ... there it is :)