model_train_dm/backend/config/settings/dev.py
2026-07-27 17:51:49 +08:00

11 lines
144 B
Python

from .base import *
DEBUG = True
CORS_ALLOWED_ORIGINS = CORS_ALLOWED_ORIGINS or [
"http://localhost:3000",
"ws://localhost:3000",
]