Statistics
| Branch: | Tag: | Revision:

root / pithos / settings.d / 10-database.conf @ 390c7730

History | View | Annotate | Download (135 Bytes)

1
DATABASES = {
2
    'default': {
3
        'ENGINE': 'django.db.backends.sqlite3',
4
        'NAME': join(PROJECT_PATH, 'pithos.db')
5
    }
6
}