1. Django settings.py 기본세팅값 (※ 하이라이트 부분이 추가/수정된 부분입니다.) import os, json from django.core.exceptions import ImproperlyConfigured from pathlib import Path # Build paths inside the project like this: BASE_DIR / 'subdir'. BASE_DIR = Path(__file__).resolve().parent.parent # Quick-start development settings - unsuitable for production # See https://docs.djangoproject.com/en/3.2/howto/deployment/checkl..