← Back to team overview

graphite-dev team mailing list archive

Re: [Question #202162]: integral(multiplySeries(x, y)) does not work

 

Question #202162 on Graphite changed:
https://answers.launchpad.net/graphite/+question/202162

    Status: Needs information => Answered

alexandra choutko proposed the following answer:
Ok fixed it. I had to add a DATABASES block because of the new django
1.4. However I added it in settings.py. I removed it from setting.py and
added it in local_settings.py. It works now.

DATABASES = {
    'default': {
        'NAME': '/opt/graphite/storage/graphite.db',
        'ENGINE': 'django.db.backends.sqlite3',
        'USER': '',
        'PASSWORD': '',
        'HOST': '',
        'PORT': ''
    }
}

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