from pathlib import Path | |
# Get the project base directory | |
BASE_DIR = Path(__file__).resolve().parent | |
print(f"Project base directory: {BASE_DIR}") |
from pathlib import Path | |
# Get the project base directory | |
BASE_DIR = Path(__file__).resolve().parent | |
print(f"Project base directory: {BASE_DIR}") |