1 2 3 4 5
from pathlib import Path BASE_DIR = Path(__file__).parent DEFAULT_OUTPUT_DIR = str(BASE_DIR / 'public')