This repository has been archived on 2026-07-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
vergabe-teilnahme/vergabe_teilnahme/settings/dev.py
2026-05-08 14:26:48 +02:00

5 lines
76 B
Python

from .base import * # noqa: F401, F403
DEBUG = True
ALLOWED_HOSTS = ['*']