You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2020. It is now read-only.
A deploy works correctly without errors but for some reason my Django app is unable to find GDAL, it returns the following error: app[web.1]: django.core.exceptions.ImproperlyConfigured: OSMGeoAdmin is not usable without GDAL libs installed
A quick check via Heroku CLI confirms that GDAL can't be found:
$ heroku run python
>>> from django.contrib.gis import gdal
>>> gdal.HAS_GDAL
False