Alexandre Busquets
Alexandre Busquets
Reading the documentation I know that celery-director can run tasks in parallel https://ovh.github.io/celery-director/guides/build-workflows/#launch-tasks-in-parallel But I have a question related to this feature. What is the definition to run the same...
When I try to get images I have always an error. I tested with curl curl -H "Authorization: token $token" https://api.linode.com/v4/images {"errors": [{"reason": "Internal server error"}]} and with python client...
I can't use LeafletGeoAdmin due to this Javscript errors  I tried several versions of django-leaflet, and always the error is the same. I use Django==1.11.16
Hi, I've done a test plugin for overwrite the L.Map.DjangoMap#_djAddLayers function. I need to set a minZoom and a maxZoom for each baselayer. But the js plugins aren't loaded when...
I have a problem working with geometries For example when I execute this sql SELECT SDO_GEOMETRY('POINT(497311 4678860)', 25831) FROM dual; I get this error Bulk load of method java/lang/reflect/Field. failed;...