Posts by Flávio Andrei • 1 point
2 posts
-
0
votes1
answer60
viewsA: Save data to a polygonfield
I was able to solve my problem using the app https://github.com/znc-sistemas/django-municipios. With it I have models ready to manipulate data of cities and states of Brazil and it has a shp file…
-
0
votes1
answer60
viewsQ: Save data to a polygonfield
good night, I am implementing a project using Django and have the following model: class ModelExample(models.Model): city = models.CharField("Cidade", max_length=100, blank=True) state =…