파이썬/Django

Django 현재 작업 디렉토리 확인

바리새인 2021. 4. 25. 12:04
    from mysite import settings
    
    print(os.getcwd())
    print(settings.BASE_DIR)