I need to convert my Postgresql/Postgis query below to a query in Geodjango? I'm confused by the Geoqueryset aggregates.
Select Sum(Area(geom))/4046.856 as Acres from annualreport_landstatus where status=2;
Thanks.
I need to convert my Postgresql/Postgis query below to a query in Geodjango? I'm confused by the Geoqueryset aggregates.
Select Sum(Area(geom))/4046.856 as Acres from annualreport_landstatus where status=2;
Thanks.