Home
last modified time | relevance | path

Searched refs:DATABASES (Results 1 – 5 of 5) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/toastermain/
H A Dsettings.py31 DATABASES = { variable
50 if 'sqlite' in DATABASES['default']['ENGINE']:
51 DATABASES['default']['OPTIONS'] = { 'timeout': 20 }
H A Dsettings_test.py19 DATABASES = { variable
H A Dsettings_production_example.py26 DATABASES = { variable
/openbmc/openbmc/poky/documentation/toaster-manual/
H A Dsetup-and-use.rst260 `DATABASES <https://docs.djangoproject.com/en/2.2/ref/settings/#databases>`__
265 DATABASES = {
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py32 if 'sqlite' in settings.DATABASES['default']['ENGINE']: