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.

_______________________________________________
Mailing list: https://launchpad.net/~graphite-dev
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~graphite-dev
More help   : https://help.launchpad.net/ListHelp

Reply via email to