← Back to team overview

graphite-dev team mailing list archive

Re: [Question #274466]: Unable to open database file when django-admin syncdb

 

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

    Status: Needs information => Open

weihua gave more information on the question:
Hi, Jason,
  Thanks for you reply,  I am installing new with  Django-1.6.4, graphite-web-0.9.9.
  And my database configure in local_settings.py is as follows:

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

Thanks,
Weihua

-- 
You received this question notification because your team graphite-dev
is an answer contact for Graphite.