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
When you have edited a Site instance thought the admin, you need to restart your web server for the change to take effect. I guess this must mean that the database is only read when the web server first starts.