Comment 2 for bug 963684

Revision history for this message
rcrowley (r-rcrowley) wrote :

And the DATABASES part is:

DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.sqlite3',
        'NAME': os.path.join(STORAGE_DIR, 'graphite.db'),
    },
}