François GUÉRIN
François GUÉRIN
Hi, I've the same issue, it should be very interesting to add this hook for step validations : I've some ModelForm + ModelFormset (having the ModelForm as FK of the...
OK, Leaflet is not rendered in ModelForm 'out of the box', I've set widgets into Meta class in my form to {"geom": LeafletWidget}, it works. Is it possible to use...
I've the same issue in adminsite... And now in detail view, a SerializationError : SerializationError: The field ["geom", "{ "type":"Point", "coordinates":[ 3.172007203102112, 50.709293432461806 ] }"] could not be parsed as...
J'ai contourné le problème dans la vue de detail en utilisant l'appel à geoJson via ajax : ``` {% leaflet_map "lieu_map" callback="window.map_init_basic" %} function map_init_basic(map, options) { $.getJSON("{% url "calendrier:admin:lieu_map"...
OK, c'était dû à la non installation de GDAL. Merci !
Great job guys !
Thanks ! It works great !