agenda_culturel/src/agenda_culturel/settings/test.py

10 lines
145 B
Python

from .base import * # noqa
DATABASES = {
"default": {
"ENGINE": "django.db.backends.sqlite3",
"NAME": ":memory:",
}
}