django.core.exceptions.ImproperlyConfigured: Could not find the GDAL library . Is GDAL installed? If it is, try sett ing GDAL_LIBRARY_PATH in your settings.
djando에서 db연결이 잘 되었는지 확인하는 과정에서 발생
gdal path를 정상적으로 읽지 못하는 문제
1) 프로젝트 확인 및 실행
python manage.py check
python manage.py migrate
python manage.py runserver
2) 해결방법
Start-Process powershell -Verb RunAs -ArgumentList "bash -c 'apt-get update && apt-get install -y binutils libproj-dev ㅊ'"
3) 프로젝트 확인
python manage.py check
python manage.py migrate
python manage.py runserver
* GDAL이 설치되어 있다고 가정
1) dgal.dll 주소 알아보기
C:\Users\PycharmProjects\<Project명>\<가상환경>\Lib\site-packages\osgeo\
2) 가상환경 Path에서 dgal.dll 설정