Is GDAL installed? If it is, try setting GDAL_LIBRARY_PATH in your settings.
How to fix this error in postgres . how to install postgres extensions in railway.
this is my settings in django
if os.name == 'nt':
GDAL_LIBRARY_PATH = os.path.join('C:\', 'OSGeo4W', 'bin', 'gdal309.dll')
GEOS_LIBRARY_PATH = os.path.join('C:\', 'OSGeo4W', 'bin', 'geos_c.dll')
Solution:Jump to solution
For anyone facing the same issue. you have to dockerize the Django project else it will throw error
4 Replies
Project ID:
686edff0-7d10-4fe1-9683-55a48e820ac2
686edff0-7d10-4fe1-9683-55a48e820ac2
Solution
For anyone facing the same issue. you have to dockerize the Django project else it will throw error
I have fixed it