Hello All
Is there a way to cache the database queries for django.contrib.sites? We are running 1.4.15 at the moment and we planning to upgrade to 1.7.x soon.
Can I setup my own "custom" sites model with the same fields so I don't have to change the database table name?
I have been trying Cache machine with good success on our other models. Ideally I would like to use it for the sites too.
Thanks,
Tom