aboutsummaryrefslogtreecommitdiff
path: root/config.py
blob: a64f54ac9cac1cabc72663a617f767019ddcc5eb (plain) (blame)
1
2
3
4
5
6
7
8
DATABASES = {
        'default': 'sqlite',
        'sqlite': {
            'driver': 'sqlite',
            'database': 'pyble.db',
        }
    }