5 lines
168 B
Python
5 lines
168 B
Python
from __future__ import annotations
|
|
|
|
from artifex.settings import * # noqa: F403
|
|
|
|
DATABASES = {"default": {"ENGINE": "django.db.backends.sqlite3", "NAME": ":memory:"}}
|