Initial commit. Move from pithos repository.
[astakos] / astakos / settings.d / 10-database.conf
1 DATABASES = {
2     'default': {
3         'ENGINE': 'django.db.backends.sqlite3',
4         'NAME': join(PROJECT_PATH, 'astakos.db')
5     }
6 }