New question #257048 on Graphite:
https://answers.launchpad.net/graphite/+question/257048

on my graphite install, /opt/graphite/webapp/graphite/local_settings.py has 
this in it:

 
CACHES = {
    'default': {
        'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache',
        'LOCATION': '/var/tmp/django_cache',
        'TIMEOUT': 60,
        'OPTIONS': {
            'MAX_ENTRIES': 1000
        }
    }
}

However, when bring up http://localhost/graphite,

I get this error from traceback:


{'default': {'BACKEND': 'django.core.cache.backends.dummy.DummyCache'}}

Does anybody know where else should I look to set the django cache?

-- 
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.

_______________________________________________
Mailing list: https://launchpad.net/~graphite-dev
Post to     : graphite-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~graphite-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to