Re: retrieving data from Cache

2011-10-05 Thread Daniel Roseman
On Wednesday, 5 October 2011 09:51:11 UTC+1, himabindu wrote: > > HI, > > I have an issue in django framework. I was trying to develop a > progress bar for my application, where the progress depends on files > retrieved from the cache. But iam not able to retrieve the files from > the cache

retrieving data from Cache

2011-10-05 Thread himabindu
HI, I have an issue in django framework. I was trying to develop a progress bar for my application, where the progress depends on files retrieved from the cache. But iam not able to retrieve the files from the cache. CACHES = { 'default': { 'BACKEND': 'django.core.cache.backends