Turning off caching for now
This commit is contained in:
parent
d907f866a9
commit
bf75fa5535
1 changed files with 2 additions and 1 deletions
|
@ -98,4 +98,5 @@ INSTALLED_APPS = (
|
||||||
'mtgweb.analyzer'
|
'mtgweb.analyzer'
|
||||||
)
|
)
|
||||||
|
|
||||||
CACHE_BACKEND = 'file:///var/tmp/django_cache'
|
#CACHE_BACKEND = 'file:///var/tmp/django_cache'
|
||||||
|
CACHE_BACKEND = 'dummy://'
|
||||||
|
|
Loading…
Reference in a new issue