How do I disable cache?

I'm trying disable cache and not working. I use 'dummy' cache, but I get error.

root@webhost2:/var/www/ask# ./manage.py runserver 10.0.0.34:8000
Validating models...

Traceback (most recent call last):
  File "/usr/local/lib/python2.7/dist-packages/askbot-0.7.43-py2.7.egg/askbot/deps/livesettings/values.py", line 306, in _value
    val = self.setting.value
  File "/usr/local/lib/python2.7/dist-packages/askbot-0.7.43-py2.7.egg/askbot/deps/livesettings/values.py", line 288, in _setting
    return find_setting(self.group.key, self.key)
  File "/usr/local/lib/python2.7/dist-packages/askbot-0.7.43-py2.7.egg/askbot/deps/livesettings/models.py", line 37, in find_setting
    setting = cache_get(ck)
  File "/usr/local/lib/python2.7/dist-packages/django_keyedcache-1.4_6-py2.7.egg/keyedcache/__init__.py", line 184, in cache_get
    cache_require()
  File "/usr/local/lib/python2.7/dist-packages/django_keyedcache-1.4_6-py2.7.egg/keyedcache/__init__.py", line 298, in cache_require
    raise CacheNotRespondingError()
CacheNotRespondingError
("Startup error, couldn't load EXTERNAL_KEYS.RECAPTCHA_SECRET", None)
0 errors found
Django version 1.3.1, using settings 'ask.settings'
Development server is running at http://10.0.0.34:8000/
Quit the server with CONTROL-C.
Erick Almeida's avatar
73
Erick Almeida
asked 2012-08-09 09:40:06 -0500
Evgeny's avatar
13.2k
Evgeny
updated 2012-08-09 09:41:07 -0500
edit flag offensive 0 remove flag close merge delete

Comments

You're right it's a bug - askbot does not work currently with the "dummy" cache backend.

Evgeny's avatar Evgeny (2012-08-09 09:42:08 -0500) edit

There are any way to disable or invalidade a cache?

Erick Almeida's avatar Erick Almeida (2012-08-09 10:42:00 -0500) edit
add a comment see more comments