I\'ve been trying to setup my windows computer such that I can have a local postgreSQL with PostGIS extension. With this installed I hope to be able to create a project with
Steps to follow:
C:\OSGeo4W
or C:\OSGeo4W64
:settings.py
:import os
GDAL_LIBRARY_PATH = r'C:\OSGeo4W\bin\gdal300'
set OSGEO4W_ROOT=C:\OSGeo4W
set PYTHON_ROOT=C:\Python3X
set GDAL_DATA=%OSGEO4W_ROOT%\share\gdal
set PROJ_LIB=%OSGEO4W_ROOT%\share\proj