Files
ServerWind/settings.py
T
2026-06-07 11:59:56 +08:00

6 lines
110 B
Python

import os
from pathlib import Path
CONFIG_DIR = Path.cwd() / 'config'
os.makedirs(CONFIG_DIR, exist_ok=True)