midhun98
HOBBYOP
2 years ago
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')
3 Replies
For anyone facing the same issue. you have to dockerize the Django project else it will throw error