Turning off caching for now

This commit is contained in:
Correl Roush 2010-09-22 22:41:10 -04:00
parent d907f866a9
commit bf75fa5535
1 changed files with 2 additions and 1 deletions

View File

@ -98,4 +98,5 @@ INSTALLED_APPS = (
'mtgweb.analyzer'
)
CACHE_BACKEND = 'file:///var/tmp/django_cache'
#CACHE_BACKEND = 'file:///var/tmp/django_cache'
CACHE_BACKEND = 'dummy://'