model_train_dm/backend/config/settings/dev.py

11 lines
144 B
Python
Raw Normal View History

2026-07-27 17:51:49 +08:00
from .base import *
DEBUG = True
CORS_ALLOWED_ORIGINS = CORS_ALLOWED_ORIGINS or [
"http://localhost:3000",
"ws://localhost:3000",
]