Django 현재 작업 디렉토리 확인

2021. 4. 25. 12:04파이썬/Django

    from mysite import settings
    
    print(os.getcwd())
    print(settings.BASE_DIR)