Files
tecvico-website/config/settings/test.py
T
2026-06-21 17:54:19 +03:30

4 lines
103 B
Python

from .development import * # noqa: F401, F403
DATABASES["default"]["CONN_MAX_AGE"] = 0 # noqa: F405