Hi,
I am using the sites framework and finding it very useful but I would prefer the Site.__str__ method to return the site name instead of the domain. What is the best way of going about that? Is it reasonable to monkey patch it or do I need to make my own sites app with a copy of the code?
It is for situations that I don't control like the admin interface and 3rd party apps displaying the Site objects.
Any help would be much appreciated,
Michael