Searched refs:DATABASES (Results 1 – 5 of 5) sorted by relevance
31 DATABASES = { variable50 if 'sqlite' in DATABASES['default']['ENGINE']:51 DATABASES['default']['OPTIONS'] = { 'timeout': 20 }
19 DATABASES = { variable
26 DATABASES = { variable
260 `DATABASES <https://docs.djangoproject.com/en/2.2/ref/settings/#databases>`__265 DATABASES = {
32 if 'sqlite' in settings.DATABASES['default']['ENGINE']: