Re: Caching for django.contrib.sites

2014-12-15 Thread Tom McKenzie
Thanks Colin, I'll give that a try. On Sunday, December 14, 2014 11:25:57 AM UTC-8, Collin Anderson wrote: > > Hi Tom, > > It should work to set up your own sites model with the same table name, as > long as you can change all foreign keys to point to _your_ site model. > > Are you actually using

Re: Caching for django.contrib.sites

2014-12-14 Thread Collin Anderson
Hi Tom, It should work to set up your own sites model with the same table name, as long as you can change all foreign keys to point to _your_ site model. Are you actually using more than one site? Collin On Friday, December 12, 2014 7:57:21 PM UTC-5, Tom McKenzie wrote: > > Hello All > > Is th