@paulox @thibaudcolas I've got a project that uses docker, Django, postgres and to store geographic data. Wonder if it's worth stripping gown to a basic template 🤔
@markwalker @thibaudcolas Are you referring to my proposal for a lightweight GeoDjango mode? In that case, you don't need a Docker template, but a change to the Django code so that it doesn't require the installation of GDAL.
@paulox @thibaudcolas I probably misunderstood, but I got the feeling an example project of how to run django with gdal might be useful after reading your post.
Edited 1y ago
@markwalker @thibaudcolas I try to avoid adding OS specific instructions to install dependencies because everyone has different setup and I can't test them for everyone. Docker has the same problem from my point of view.