settings.py 149 B

1234
  1. from pathlib import Path
  2. WORK_DIR = Path(__file__).parent.parent.absolute()
  3. OUTPUT_DIR = WORK_DIR / "output"
  4. CONFIG_DIR = WORK_DIR / "mylib" / "conf"