vergabe-teilnahme/vergabe_teilnahme/settings/dev.py

5 lines
76 B
Python
Raw Normal View History

2026-05-08 14:26:48 +02:00
from .base import * # noqa: F401, F403
DEBUG = True
ALLOWED_HOSTS = ['*']